>> [+ $mdat{cnt}++ +] >> >> Does it work or do you get the same problems? >Ah, ok, that works. But the problem returns as soon as I have >both udat and mdat in the page. Maybe it is Apache::Session or >Apache::SessionX getting confused about having two session id's for >one page and only one semaphore for it or something like that?
Apache::Session uses a hash function to select a semaphore out of a array. It may cause the the deadlock if both %udat and %mdat use the same one. If I have it right in mind per default we have 32 semaphores, to which all ids are mapped. I will checkout this more in detail, but have to do some other stuff first Gerald --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]