G
Guest
I have a WebApplication that uses tcp/binary remoting to communicate with
remote objects hosted by a Windows Service on another machine. The
WebApplication takes an XML post (~200K) and turns that into about 300
remoting calls. There is another WebApplication and a WebService running on
this box.
What I'm finding is that occasionally the Web Server locks up. If I restart
the Web Server any new requests are processed just fine. The point being
that I don't have to touch the remote object i.e. restart the Windows service.
On the other hand, if I instead restart the Windows service (hosting the
remote object) the Web Server becomes responsive again.
This sound like a remoting/threading issue, but I can't wrap my brain around
it.
Thanks,
Brad
remote objects hosted by a Windows Service on another machine. The
WebApplication takes an XML post (~200K) and turns that into about 300
remoting calls. There is another WebApplication and a WebService running on
this box.
What I'm finding is that occasionally the Web Server locks up. If I restart
the Web Server any new requests are processed just fine. The point being
that I don't have to touch the remote object i.e. restart the Windows service.
On the other hand, if I instead restart the Windows service (hosting the
remote object) the Web Server becomes responsive again.
This sound like a remoting/threading issue, but I can't wrap my brain around
it.
Thanks,
Brad