> Ok, I have set it to NullLocker now and report what happens. What do I
> loose if I'm using NullLocker instead of SysVSemaphoreLocker?

You will run into problems if more then one Apache child tries to update the
same session at the same time. That normaly should not happen within Embperl
%udat, because you have one session per user/browser and the same browser
should not request two embperl pages at the same time. (in contrast to
%mdat)

> Btw. I'm
> not using %udat but Apache::Session (1.02) directly.
>

Then you should check if there could be any place where you don't release
the Session object.

Gerald


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

Reply via email to