[Beepcore-java-users] deadlocks?
Status: Beta
Brought to you by:
huston
From: William J. M. <wm...@ol...> - 2002-01-23 01:17:07
|
Heya, debugging something in beepcore-java and find that the current ti[ pf the tree will deadlock on the Echo profile if the payload is larger than one frame, since the receiveMSG method wait()'s on the message to complete, but it has grabbed the thread so no more data is read in core. Has this been seen before? I thought the socket IO had it's own thread rather than running in the main app thread for Beepd? -bill |