Re: A question about my app's performance

2008-05-27 Thread Gaston Dombiak
Hey James, By no means I'm trying to "steal" you from MINA :) but have you checked Openfire ( http://www.igniterealtime.org/projects/openfire/index.jsp ). Openfire is an XMPP (aka Jabber) server built on top of MINA. XMPP is the open standard for IM. Regards, -- Gato On 5/27/08 10:11 PM,

A question about my app's performance

2008-05-27 Thread James Ling
Hi folks,We have built our IM server based on MINA.It's excellent!Thanks for you guys' hard work!I have a question to ask,thanks in advance! snippet codes as followed: public class TcpHandler extends IoHandlerAdapter { private static final Logger logger = LoggerFactory.getLogger(TcpHandler.cl

A question about my app's performance

2008-05-27 Thread James Ling
Hi folks,We have built our IM server based on MINA.It's excellent!Thanks for you guys' hard work!I have a question to ask,thanks in advance! snippet codes as followed: public class TcpHandler extends IoHandlerAdapter { private static final Logger logger = LoggerFactory.getLogger(TcpHandler.cl

Re: Queue of ByteBuffer discussions

2008-05-27 Thread Trustin Lee
There was no particular IRC discussion about the Queue of ByteBuffer idea AFAIK. Emmanuel and I had some IRC chat about it in the initial phase of design, but the thread Rich Dougherty initiated covered what we talked pretty enough. HTH, On Wed, 28 May 2008 09:10:27 +0900, Alex Karasulu

Queue of ByteBuffer discussions

2008-05-27 Thread Alex Karasulu
Hi all, I was just wondering if the Queue of ByteBuffer conversations held on IRC made it to the dev list. I see some discussions but is this the full picture? Trying to catch up. Thanks, Alex

How to properly synchronize external code with MINA

2008-05-27 Thread Yigal Rachman
Hi, Folks: I asked about this in February and have managed to move ahead without a proper solution. However, I am seeing glitches that point to synchronizing problems, so I would greatly appreciate any help that you could offer me. To recap: how do I synchronize the operation of a thread ex