> Has anyone tried to combine Embperl (1 or 2) with a POE-based 
> application? I'm thinking of doing this, but have no idea 
> what kind of issues might come up.
> 

I have not done so yet, but I am using POE a lot and I can't imagine any
problems when you put both together. The only thing you have to take care of
is, that long running operations (like database queries) are not done inside
your Embperl scripts, but done with the POE framework and the results are
passed to the Embperl pages. Otherwise such long running operations will
block POE as long as the operation takes.

Gerald



---------------------------------------------------------------------------
Gerald Richter            ecos electronic communication services gmbh
IT-Securitylösungen * Webapplikationen mit Apache/Perl/mod_perl/Embperl

Post:       Tulpenstrasse 5          D-55276 Dienheim b. Mainz
E-Mail:     [EMAIL PROTECTED]          Voice:   +49 6133 939-122
WWW:        http://www.ecos.de/      Fax:     +49 6133 939-333
---------------------------------------------------------------------------
ECOS BB-5000 Firewall- und IT-Security Appliance: www.bb-5000.info
---------------------------------------------------------------------------
  


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to