Re: Remoting Problem
- From: vishi_dhawan@xxxxxxxxxxx
- Date: 25 Dec 2006 23:55:22 -0800
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
.
- Follow-Ups:
- Re: Remoting Problem
- From: vishi_dhawan
- Re: Remoting Problem
- References:
- Remoting Problem
- From: vishi_dhawan
- Re: Remoting Problem
- From: Robson Siqueira
- Remoting Problem
- Prev by Date: generate TypedDataSet with custom DataTable via designer
- Next by Date: Re: Will single call remote object serve the particular caller
- Previous by thread: Re: Remoting Problem
- Next by thread: Re: Remoting Problem
- Index(es):
Relevant Pages
|
Loading