|
|
| Keep It Simple, Stupid | |
| PerlMonks |
Re: modperl PerlAuthenHandler script persistenceby perrin (Chancellor) |
| on Mar 28, 2006 at 19:19 UTC ( [id://539834]=note: print w/replies, xml ) | Need Help?? |
This is an archived low-energy page for bots and other anonmyous visitors. Please sign up if you are a human and want to interact.
In both apache 1 and apache 2, each request may be handled by a different process, so you can't just keep things in a hash in memory if you want them to be global. The exception to this is if you were using apache 1 on Windows. There it only used one thread before and now uses multiple. Were you running it on Windows?
In Section
Seekers of Perl Wisdom
|
|
||||||||||||||||||||||||||||||||