hubbabubba -
 
  Joined: 12 Jun 2008 Posts: 1
 
  | 
		
			
				 Posted: Thu Jun 12, 2008 6:28 pm    Post subject: Running ASP.NET with ISAPI | 
				      | 
			 
			
				
  | 
			 
			
				Hi,
 
 
I'm hosting a web service with somewhat complex logic. For example, I store all changes to accounts and/or profiles in a weak memory cache, to save everything at certain intervals. This becomes a problem with FastCGI, since it unloads itself after a while. So first question - have I made bad design choices? Should I go for some other design? I'd rather not write changes to the database immediately as they occur, for obvious reasons.
 
 
Second question: _If_ I wanted to run ASP.NET (2.0) on ISAPI with Abyss Web Server X1 ,instead of FCGI, how would I go about doing that?
 
 
Thanks. | 
			 
		  |