Gerald Richter wrote:
> 
> > 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 apparently don't get it - I thought Postgres didn't need application
locking because it takes care of the translations itself so NullLocker
is appropriate. How wrong am I? 

Anyway, there seems to be a fair lot of problems with the
Embperl/Postgres sessions - anybody on this list is using it without
problems? If so, could you post your configuration?

- Robert

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

Reply via email to