> That is fine when you want to just load global static data.
> My objective is to have global variables, that is, they can vary
> For now I've achieved this setting prefork values to 1 and running
> "httpd -X".

That'll work for a simple demo web server, but won't work at all under
any kind of load.

You need to investigate a data store like Postgres or Redis if you're
going to take what you're doing anywhere beyond a simple experiment.

Un saluto
-- 
David N. Welton

http://www.dedasys.com/

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to