in reply to Problems with Apache::Session
As for semaphores and databases. Apache::Session have to searilize access to session object to prevent two different processes from trying to use one session at same time. One of supported methods of syncronization is semaphores.
BTW are sure that you have latest version of Apache::Session? AFAIK Apache::Session::DBI was removed from latest version of Apache::Session.
--
Ilya Martynov
(http://martynov.org/)
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Problems with Apache::Session
by jryan (Vicar) on Dec 22, 2001 at 00:08 UTC | |
by IlyaM (Parson) on Dec 22, 2001 at 02:55 UTC |