Any other suggestions or ideas? I'm getting fairly desparate here.
Any ideas at all on how a connection could be orphaned on the server
side and think it's ESTABLISHED like that when the client has been
completely removed from the network?
> Any other suggestions or ideas? I'm getting fairly desparate here.
> Any ideas at all on how a connection could be orphaned on the server
> side and think it's ESTABLISHED like that when the client has been
> completely removed from the network?
Can you prepare a working example, which reproduces the problem? It's
really hard to understand what's going on.
You may try what kind of objects to pass between the server and the
client. Check if you do not send an MBR object from the client
(unintentional), etc.
Sunny
P.S. read this article about the short but complete program:
http://www.yoda.arachsys.com/csharp/complete.html
mreitano - 24 Feb 2005 22:08 GMT
I wish I could build something simple to reproduce the issue. I'm
having a lot of trouble reproducing the problem in our test
environments and I don't have any leads for what the cause may be. I'm
going to spend some more time trying - maybe build out some more
automation and let it run for a few days to see if I can get the
problem to occur. Failing that I may go back to creating the objects
as SAO's and see if that helps. I'd rather they ran that way anyway.
If I find a solution, I'll post it here. Thanks for the help.