Hi All,

I am using Version 1.1 of the .NET Framework.
I have exposed an object for TCP/IP Remoting with a Binary Formatter.
The client makes asynchronous calls to the server activated remote
object(Single Call).
However, when I bombard the server with multiple clients the calls are
queuing up and the turn around
time for each call is cumulatively adding up which makes me believe that
the
calls are queuing up.

The first 10 calls seem to go in parallel and then the server builds up. Is
this because of some ThreadPool
size used by .NET Remoting ?? Is there a way to configure this pool size ??

I had heard that this was a known problem in Version 1.0 of the framework.
But this does not seem to have been resolved in 1.1 either ??! Can anyone
from Microsoft confirm
if this was indeed fixed with 1.1 ??

Any help is appreciated.

Thanks,
Vikram

Reply via email to