Re: Remoting Problem
- From: vishi_dhawan@xxxxxxxxxxx
- Date: 28 Dec 2006 03:58:39 -0800
Hi Robson,
I tried a very simple remoting solution in which I am just throwing an
exception from the remote object for example: throw new Exception("My
Exception");
Now from the client, I called this remote method in an infinite loop,
this should have caused the windows remoting serviec to shut down but
that didn't happen even after 4 hours of continues loop.
But my another Windows service, which is unfortunately in production is
going down after working for few hours.
I am really clue-less here, what is going on.
Any idea?
Thanks and regards,
Vishi
vishi_dhawan@xxxxxxxxxxx wrote:
Thanks Robson for your reply.
I have implemented exception handling now where I am catching all
managed and un-managed exceptions because I am using some COM
components as well.
I will definitely try it out and will let you know the results.
Is there any chances that this Windows Service is going down because of
heavy traffic on my website? Does windows services with Remoting meant
for working under huge loads?
Kindly let me know.
Regards,
Vishi
Robson Siqueira wrote:
Windows Services, in general - IMHO, stop unexpectedly due to an exception.
I had this problem before several times. I strongly recommend you to verify
your code again and put new try/catch sections to get the error.
--
Regards,
Robson Siqueira
Enterprise Architect
<vishi_dhawan@xxxxxxxxxxx> wrote in message
news:1166724984.563814.27890@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Hi Friends,
I am facing a weird problem while using ASP.Net application and a .Net
Reporting server.
I have my remoting server configured using a Windows service, my object
is stateless and hence I have them configured as Singlecall.
My web application communicates with my above remote server using
tcp/ip on a specific port.
Now, what is happening is, my Windows service is randomly shutting down
all by itself, so I have to manually restart it whenecer it goes down
and so I have to monitor it regularly.
Also, I have to resart my web application becuase it stops
communicating to remote server whenever Windows service goes down and I
restart it manually.
Any kind of help in this will be highly appreciated.
Thanks,
Vishi
.
- References:
- Remoting Problem
- From: vishi_dhawan
- Re: Remoting Problem
- From: Robson Siqueira
- Re: Remoting Problem
- From: vishi_dhawan
- Remoting Problem
- Prev by Date: Passing an object reference back from a COM+ hosted object
- Next by Date: Remoting Security
- Previous by thread: Re: Remoting Problem
- Next by thread: Secure and Unsecure channels in same app domain
- Index(es):
Relevant Pages
|