<p>By default, each message needs to be processed before the next one is handled. I think you&#39;ll need to delegate manually.</p>
<p><blockquote type="cite">On 31 Oct 2010 18:36, &quot;balluk&quot; &lt;<a href="mailto:balluk@yahoo.com">balluk@yahoo.com</a>&gt; wrote:<br><br><br>
Hi,<br>
<br>
Please let me know if my understanding of Boss/Worker thread concept in<br>
Netty is correct:<br>
A Boss thread is created whenever a server is bound and a worker thread is<br>
created whenever a client connects to the bound server.  So for every<br>
client/server connection a worker thread is created.<br>
<br>
Here is my question assuming that the above assumption is correct, will i be<br>
able to create multiple worker threads for single client-server connection?<br>
If yes then how do i do it?<br>
<br>
Currently I am creating mutiple threads by calling execute method of a<br>
shared executor in the pipeline by passing runnable instance.  Is this the<br>
only way to spawn-off thread?<br>
<br>
Here is my requirement:  A single client connects to a single server.  The<br>
client sends multiple messages to the server, each message should be handled<br>
asynchronously by a different thread ie each thread handles one message.<br>
<br>
Any help would be greatly appreciated.<br>
<br>
Thank you<br>
Ballu<br>
<font color="#888888"><br>
--<br>
View this message in context: <a href="http://netty-forums-and-mailing-lists.685743.n2.nabble.com/Basic-Boss-Worker-Thread-Question-tp5691357p5691357.html" target="_blank">http://netty-forums-and-mailing-lists.685743.n2.nabble.com/Basic-Boss-Worker-Thread-Question-tp5691357p5691357.html</a><br>

Sent from the Netty User Group mailing list archive at Nabble.com.<br>
_______________________________________________<br>
netty-users mailing list<br>
<a href="mailto:netty-users@lists.jboss.org">netty-users@lists.jboss.org</a><br>
<a href="https://lists.jboss.org/mailman/listinfo/netty-users" target="_blank">https://lists.jboss.org/mailman/listinfo/netty-users</a><br>
</font></blockquote></p>