RE: Global variables in self-written Module for Apache 2

2004-04-01 Thread Tikka, Sami
-Original Message- From: Werner Schalk [mailto:[EMAIL PROTECTED] or do I have to use something like shared memory? Yes. On apache running on unix there is a very good chance you are actually running multiple *processes* and as we remember from university operating system courses,

Global variables in self-written Module for Apache 2

2004-03-31 Thread Werner Schalk
Hi, I have written a database-driven module for the Apache 2 on Windows (mpm_winnt). I am actually creating and storing all data send by the clients in global variables (within that module) so each client process is able to access all data globally (not only the data send by him or her) until