DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=5229>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=5229

Session cannot unbind if using DistributedManager





------- Additional Comments From [EMAIL PROTECTED]  2001-12-02 16:49 -------
Hi
I have looked into the code deeper and found the problem. When the first 
getSession() is called, the session is replicated using multicast. At this time 
the multicast receiver is sleeping.

During this time, the session is modified (ie modify the object that is bound 
to the session). When the multicast receiver wakes up and start receiving, it 
overwrites the changes to the session.

Tomcat somehow needs to know how to replicate with the guarantee that it will 
not overwrite new session state.

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

Reply via email to