[DOTNET-ROTOR] Remoting Message - Help

2005-01-10 Thread Gajah Mada
Hi, SSCLI often produces below message when hosting a remoting server. Specifically, the message is generated when there are many (maybe, too many) clients connected to it. The strange thing is that there is no exception thrown at the client side. Can anybody help? Thank you. Gajah Mada

Re: [DOTNET-ROTOR] Remoting Message - Help

2005-01-10 Thread Barry Bond
The code that displays the text is in fx\src\net\system\net\_connection.cs - search for Dump(). It looks like it might be called as part the GlobalLog.DebugAddRequest call in _connection.cs's SubmitRequest method. All of the code is tagged with [System.Diagnostics.Conditional(DEBUG)], so it is