Hi Sriram,

On 11/1/07, sriramc <[EMAIL PROTECTED]> wrote:
>
> Hi:
>
> I am evaluating mina to replace our home grown networking layer.  It is
> really a fabulous framework. Even though in Mina we have the ability to use
> a thread pool to execute the business logic , the read and writes are
> performed by the SocketIoProcessor threads.  The business logic threads just
> does async write using the corresponding session.write methods.  Is there a
> way to increase the write throughput when a SingleIoProcessor is handling
> 1000's of connections.

First of, you could disable the ThreadModel and remove all
ExecutorFilters you added.  That's all I think.  Additionally you
could adjust the socket receive/send buffer size.

On the other hand, MINA had a problem with write throughput.  It
should be fixed now, so please look forward to the new release.

HTH,
Trustin
-- 
what we call human nature is actually human habit
--
http://gleamynode.net/
--
PGP Key ID: 0x0255ECA6

Reply via email to