[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


-start-
Cnt#128
Found-WaitList
m_CanPipeline:True
m_Pipelining:False
m_KeepAlive:True
m_Error:Success
m_ReadBuffer:System.Byte[]
m_BytesRead:25
m_HeadersBytesUnparsed:25
m_BytesScanned:25
m_ResponseData:System.Net.CoreResponseData
m_ReadState:StatusLine
m_CurrentRequestIndex:25
m_StatusLineInts:System.Int32[]
m_StatusDescription:
m_StatusState:0
m_ConnectionGroup:System.Net.ConnectionGroup
m_WeakReference:System.WeakReference
m_Idle:False
m_Server:System.Net.ServicePoint
m_Version:1.1
Transport:System.Net.Sockets.NetworkStream
m_Handle:448
m_WasConnected: True
m_WasDisconnected: False
m_ReadCallbackEvent:System.Threading.ManualResetEvent
m_StartConnectionDelegate:System.Threading.WaitOrTimerCallback
m_Abort:False
m_AbortSocket:
m_AbortDelegate:System.Net.HttpAbortDelegate
m_ReadDone:False
m_WriteDone:True
m_Free:False
-end-

===
This list is hosted by DevelopMentorĀ®  http://www.develop.com

View archives and manage your subscription(s) at http://discuss.develop.com


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 debug-only code and
not necessarily related to error reporting.

Barry

-Original Message-
From: Discussion of the Rotor Shared Source CLI implementation
[mailto:[EMAIL PROTECTED] On Behalf Of Gajah Mada
Sent: Monday, January 10, 2005 12:24 PM
To: DOTNET-ROTOR@DISCUSS.DEVELOP.COM
Subject: [DOTNET-ROTOR] Remoting Message - Help

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


-start-
Cnt#128
Found-WaitList
m_CanPipeline:True
m_Pipelining:False
m_KeepAlive:True
m_Error:Success
m_ReadBuffer:System.Byte[]
m_BytesRead:25
m_HeadersBytesUnparsed:25
m_BytesScanned:25
m_ResponseData:System.Net.CoreResponseData
m_ReadState:StatusLine
m_CurrentRequestIndex:25
m_StatusLineInts:System.Int32[]
m_StatusDescription:
m_StatusState:0
m_ConnectionGroup:System.Net.ConnectionGroup
m_WeakReference:System.WeakReference
m_Idle:False
m_Server:System.Net.ServicePoint
m_Version:1.1
Transport:System.Net.Sockets.NetworkStream
m_Handle:448
m_WasConnected: True
m_WasDisconnected: False
m_ReadCallbackEvent:System.Threading.ManualResetEvent
m_StartConnectionDelegate:System.Threading.WaitOrTimerCallback
m_Abort:False
m_AbortSocket:
m_AbortDelegate:System.Net.HttpAbortDelegate
m_ReadDone:False
m_WriteDone:True
m_Free:False
-end-

===
This list is hosted by DevelopMentor(r)  http://www.develop.com

View archives and manage your subscription(s) at
http://discuss.develop.com

===
This list is hosted by DevelopMentorĀ®  http://www.develop.com

View archives and manage your subscription(s) at http://discuss.develop.com