On Mar 31, 2006, at 1:51 PM, Ed L. wrote:
> This indeed appears to be locking problem from within
> Apache::Session where it deletes a row from the DB but fails to
> commit the change for an extended period while another
And you should read well the notes in the Pg driver for
Apache::Session where it requires you to define your transaction model.
Ie, this is pilot error more than Apache::Session problem.
Apache::Session works extremely well with Postgres.