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???