buckaroobanzai -
 
  Joined: 11 Apr 2011 Posts: 5
 
  | 
		
			
				 Posted: Thu Feb 09, 2012 7:42 pm    Post subject: Abyss settings: Preload | 
				      | 
			 
			
				
  | 
			 
			
				I was just getting into loading up an ASP.NET application and i noticed something called "Preload".  According to the manual:
 
 
•Preload: If checked, the ASP.NET application is loaded during server startup. Otherwise, it is loaded on demand when the first request for it is received by the Web server. 
 
 
I noticed this is not checked by default.
 
 
I'.m just wondering what exactly tthe effect of this functin is.  I'm running a graphical GIS application which uses a file about 1 GB in size and I thought that if checked "Preload" on then when you start up Abyss that it would load the whole thing into memory and run faster.
 
 
It turns out that I have to manually open the page/application for it to load into RAM.  It appears pre-load does not load a big database into memory when the server is turned on.
 
 
Thoughts anyone? | 
			 
		  |