I am creating a CGI application, and now I would like it to be an application that stands for each connection and Parsing it, I can have saved all session variables in memory instead of saving the file (or other place) and reloading it on a new connection.
I have a Linux VMware lamp But I can not seem to be using that It has to install the module to work and what to change in httpd.conf. I tried to compile the module, but I could not because my Apache is not a regular installation, a lamp has already been made, and it seems that the mod is required to compile the Apache directory.
Can you help me with this please?
Thank you, the one who uses FastCGI means that you create many processes that handle the requests that they get from the actual webserver instead.
Use something like a memcatch if you want to keep stuff like a session in memory.
Comments
Post a Comment