How can I build a polling server with Mina?

2007-11-22 Thread superandi
thing is to be sent out. Of course i could start some threads to do exactly this, but i think it might be wiser to use the worker threads that mina already provides for this task. Is this possible at all? Does it make sense? Thanks in advance... Andi -- View this message in context: http://www.

Re: How can I build a polling server with Mina?

2007-11-22 Thread Trustin Lee
Hi Andi, On Nov 22, 2007 8:00 PM, superandi <[EMAIL PROTECTED]> wrote: > > Hi there Mina-Pros, > > before discovering Mina I did the following: > > I Started a Java ServerSocket to accept connections. I remembered the > accepted connection and waited for a new one. At server start i spawned a > nu