Re: [Beepcore-java-users] deadlocks?
Status: Beta
Brought to you by:
huston
From: Huston <hu...@us...> - 2002-01-23 18:47:34
|
Bill, Sorry, my mistake. I checked in the wrong version of the Echo profile (the one in cvs is for the new threading model). Try the new version I just checked in. > I thought the socket IO had it's own thread rather than running > in the main app thread for Beepd? The current version in cvs has an thread for each socket but the problem is that the profile callbacks happen on that thread too so the profile can stall the library. In the new threading model this is fixed. I haven't checked the new threading code it yet because I haven't had time to do the final cleanup, if you would like a copy I can send you the code (as I recall only Channel.java changed). --Huston |