The idea is to get always the same apache process to handle requests from the same client.

I need this because I want to use something that is in memory, in a mod_perl variable.

You need a session to uniquely identify clients. There are a horde of module on CPAN to help you do that.


http://search.cpan.org/search?query=apache+session


Also if you want to keep stuff in memory that is shared between processes, memcached should do the trick quite neatly.


http://search.cpan.org/~bradfitz/Cache-Memcached/Memcached.pm


Cheers, Jean-Michel.


-- Report problems: http://perl.apache.org/bugs/ Mail list info: http://perl.apache.org/maillist/modperl.html List etiquette: http://perl.apache.org/maillist/email-etiquette.html



Reply via email to