Re: Singleton Objects Dying
From: Sunny (sunny_at_newsgroup.nospam)
Date: 03/17/05
- Next message: Sunny: "Re: Remoting from behind machine-local proxy"
- Previous message: Sunny: "Re: A Simple Remoting Question"
- In reply to: Ahmed: "Re: Singleton Objects Dying"
- Next in thread: Ahmed: "Re: Singleton Objects Dying"
- Reply: Ahmed: "Re: Singleton Objects Dying"
- Messages sorted by: [ date ] [ thread ]
Date: Thu, 17 Mar 2005 09:14:32 -0600
In article <1111031660.558583.219270@f14g2000cwb.googlegroups.com>,
ahmedbm@gmail.com says...
> BTW i should add that at the end of every remoting call i call
> clearThreadPool() function which i was told to try but did not fix the
> problem.
>
>
It will not help, if a deadlock occurs in the code. Without
investigating your server code, you will not find the answer. Btw, this
is a very very good article about threads and multithreading. Read it
just to have an idea how to implement your server methods. Also make
sure you capture all exceptions thrown on the server, and you handle
correctly all the cleanup of the internally used objects.
Cheers
Sunny
P.S. this is the link:
http://www.yoda.arachsys.com/csharp/threads/
- Next message: Sunny: "Re: Remoting from behind machine-local proxy"
- Previous message: Sunny: "Re: A Simple Remoting Question"
- In reply to: Ahmed: "Re: Singleton Objects Dying"
- Next in thread: Ahmed: "Re: Singleton Objects Dying"
- Reply: Ahmed: "Re: Singleton Objects Dying"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|