Re: comet: async close exceptions

2007-05-04 Thread Sebastiaan van Erk
Hi, I seemed to have forgotten to synchronize a single event.close() which triggered the problem (but only after yesterday's changes). It is actually working again now... Regards, Sebastiaan Sebastiaan van Erk wrote: Filip Hanik - Dev Lists wrote: Filip Hanik - Dev Lists wrote: Sebastiaan

Re: comet: async close exceptions

2007-05-04 Thread Sebastiaan van Erk
Filip Hanik - Dev Lists wrote: Filip Hanik - Dev Lists wrote: Sebastiaan van Erk wrote: Hi, Due to the latest changes (r535030) to the Comet code I'm getting the AsyncCloseExceptions again, meaning that my synchronization which worked before is not correct anymore. What I am doing is synch

Re: comet: async close exceptions

2007-05-04 Thread Filip Hanik - Dev Lists
Filip Hanik - Dev Lists wrote: Sebastiaan van Erk wrote: Hi, Due to the latest changes (r535030) to the Comet code I'm getting the AsyncCloseExceptions again, meaning that my synchronization which worked before is not correct anymore. What I am doing is synchronizing all access to the respo

Re: comet: async close exceptions

2007-05-04 Thread Filip Hanik - Dev Lists
Sebastiaan van Erk wrote: Hi, Due to the latest changes (r535030) to the Comet code I'm getting the AsyncCloseExceptions again, meaning that my synchronization which worked before is not correct anymore. What I am doing is synchronizing all access to the response output stream and synchroni

comet: async close exceptions

2007-05-04 Thread Sebastiaan van Erk
Hi, Due to the latest changes (r535030) to the Comet code I'm getting the AsyncCloseExceptions again, meaning that my synchronization which worked before is not correct anymore. What I am doing is synchronizing all access to the response output stream and synchronizing with the same lock aro