Quote:
Originally posted by Choker
I am looking for a C coder that can develop a replacement script for the one I am using now. Mine has almost maxed out and the Version 2 project fell flat on it's face. The problem is that I need a engine that can work in RAM only, any ideas on this Fly?
|
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?