Re: [Beepcore-java-users] Waiting for a message in a client application
Status: Beta
Brought to you by:
huston
From: Huston <hu...@us...> - 2002-08-29 15:39:13
|
> Thank you; I have understood that now. > Is there any document describing the threading model implemented by the API? > I had to look in the sources to understand when a listening thread is > started. There is not right now mostly because I'm in the process of improving it. Currently there is one thread per socket for receiving (until nio support is added) and a thread pool that is used for calling MessageListeners. --Huston |