Re: Singleton Objects Dying
From: Ahmed (ahmedbm_at_gmail.com)
Date: 03/26/05
- Next message: Miroslav Belko via .NET 247: "Problem with client"
- Previous message: Mike Douglas: "Re: impersonation from IIS to a Windows Service"
- In reply to: Fred Hirschfeld: "Re: Singleton Objects Dying"
- Next in thread: Fred Hirschfeld: "Re: Singleton Objects Dying"
- Reply: Fred Hirschfeld: "Re: Singleton Objects Dying"
- Messages sorted by: [ date ] [ thread ]
Date: 26 Mar 2005 07:07:07 -0800
Here is what i got
<system.runtime.remoting>
<application>
<service>
<wellknown mode="SingleCall"
objectUri="Competition.rem"
type="Competition.Competition, Competition" />
</service>
</application>
</system.runtime.remoting>
The problem is that i cannot look at the app pool since IIS is being
hosted remotely by my host. On the client machine the app is not a
heavy memory user and not whiloe making the calls either.
All my calls are retriving info from the DB, BTW i am using SingleCall
as i just noticed :) and no the only thing common is connecting to the
DB every 10 seconds on the client and updating records.
- Next message: Miroslav Belko via .NET 247: "Problem with client"
- Previous message: Mike Douglas: "Re: impersonation from IIS to a Windows Service"
- In reply to: Fred Hirschfeld: "Re: Singleton Objects Dying"
- Next in thread: Fred Hirschfeld: "Re: Singleton Objects Dying"
- Reply: Fred Hirschfeld: "Re: Singleton Objects Dying"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|