Kaare Rasmussen wrote:
> I want to save some data per Apache server - NOT per user or per page.
>
> Is this possible with Embperl? Or will I have to study mod_perl ?
>
> The data is a POE client object.

You can simply put it in a varibale and it will stick. Since Embperl normaly
cleans up all package variables you can put it in a different namespace e.g.

$datasave::poeclient = POE -> .....

Gerald


--------------------------------------------------------------
Gerald Richter     ecos electronic communication services gmbh
IT-Securityl�sungen * dynamische Webapplikationen * Consulting

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