Hi
I get the Following Error after a while :
/////////////// START ERROR //////////////////
Remoting.Corba: Response sent
Remoting.Corba: 12 bytes received
Remoting.Corba: Received 12 bytes; need 168 more
Remoting.Corba: Received complete message of size 180
Remoting.Corba: operation = instrumentPeriodChange
Remoting.Corba: object_key
= /b9592da5_4ee9_4b01_ab55_483105bd54e7/0dow1sr2a
ZR7rwZJCqM_47nC_1.rem
Remoting.Corba: object type =
Peresys_External_Applictions.PFD_EventHandler
Remoting.Corba: method = instrumentPeriodChange
Remoting.Corba: responseMessage =
System.Runtime.Remoting.Messaging.ReturnMessage
Remoting.Corba: responseHeaders = null
Remoting.Corba: responseStream =
System.IO.MemoryStream
Remoting.Corba: Sending response of size 24
Remoting.Corba: Response sent
Remoting.Corba: Error on message header:
System.Net.Sockets.SocketException: An existing
connection was forcibly closed by the remote host
at System.Net.Sockets.Socket.EndReceive
(IAsyncResult asyncResult)
at
Remoting.Corba.Channels.Iiop.IiopConnection.OnReceiveM
essageHeader(IAsyncResult ar) in C:\Visual Studio
Projects\Peresys_External_Applications\SourceForge_Cor
ba\RemotingCorba_1_3_1
\RemotingCorba\RemotingCorbaLibrary\IiopConnection.cs:l
ine 83
Remoting.Corba: Closing IIOP connection to
172.18.250.5:4466
The thread '<No Name>' (0x624) has exited with code 0
(0x0).
The thread '<No Name>' (0x65c) has exited with code 0
(0x0).
//////////////////////// END ERROR //////////////////
Could this be because the messages are sent too fast /
ie. the Socket can't handle the amount of messages
coming through and thus 'forcibly closes ' ?
Any Help would be appreciated.
Thanks
Le Roi Beukes
LeRoi@peresys.co.za
Logged In: NO
Found the bug ages ago ! _> need to override Lifetime in your
Objects / Abstract Classes ;)