dev@grizzly.java.net

Re: [Fwd: [Fwd: NIO vs NPTL+standard IO]]

From: James Mansion <james_at_mansionfamily.plus.com>
Date: Tue, 26 Feb 2008 23:08:46 +0000

Scott Oaks wrote:
> be faster in that case since it can keep all the connections alive. And
> a CORBA server with one thread/client couldn't scale fo 10K users at all
> (unless there's some disconnect/reconnect part of the protocol that I
> don't know about).
>
CORBA is not session based. I believe there is no requirement to keep
the connection open
past the return to any in-progress RPC. 10k in-progress RPCs???