> I'm sorry for the opening discussion on sessions with postgres again.
>

no problem!

> I'm using Embperl with Postgres as its session management,
>
> when I uses $udat that is working OK, but using $mdat causes idle
> process and disable  sessions
> on server till server restart.

looks like locks are not released

> (Unfortunately NullLocker still not working although I patch the
> Store::Postgres.pm /patch by Angus Lees/)

When using %mdat you should not use NullLocker, because you need locking,
otherwise you may get corrupted data, because multiple request can happen at
the same time to the same page.

I only chance to debug this I currently see, is to add print's to
Apache::Session::Lock::Sempahore and to see if the locks are correctly
released. Embperl handles %udat and %mdat the same so there should work
either both or none, but there seems to be a difference and I am not quite
sure how to detected it.

Gerald


-------------------------------------------------------------
Gerald Richter    ecos electronic communication services gmbh
Internetconnect * Webserver/-design/-datenbanken * Consulting

Post:       Tulpenstrasse 5         D-55276 Dienheim b. Mainz
E-Mail:     [EMAIL PROTECTED]         Voice:    +49 6133 925131
WWW:        http://www.ecos.de      Fax:      +49 6133 925152
-------------------------------------------------------------



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

Reply via email to