Quote:
Originally posted by fnet
By "work in RAM only", do you mean the script/module needs to stay cached in the webserver's memory space (doesn't unload between requests-- apache, iis, and aolserver each approach this differently), do you mean that you want to eliminate file io inter script time delays, or do you mean something different?
|
From what I understand everything needs to stay in ram including the databases, the only writing to the hard drives would be like twice an hour just to back up the databases. I have been told that writing or reading hard drives for every request is what the problem is.