Le Dimanche 31 Juillet 2005 04:27, Sander Temme a écrit :

in addition don't try to expand the file :)

> On Jul 30, 2005, at 7:10 PM, Tom Hewitt wrote:
> >   Should I change my program code or change items in "
> > httpd.conf"(I have not known which item should be
> > changed ). I want to know what should I do ?
>
> Every child process gets its own copy of your global variable, so
> each time you run your handler only the process-specific copy of the
> global variable gets incremented and printed.
>
> To have one data structure for all your child processes, your best
> bet is probably to use shared memory.
>
> See mod_example_ipc for ideas:
>
> http://www.temme.net/sander/mod_example_ipc/
>
> I'd also like to attract your attention to the apache-modules
> mailinglist. You can subscribe to it by sending mail to apache-
> [EMAIL PROTECTED]
>
> S.

-- 
Michael Vergoz
BinarySEC - R&D.
http://www.binarysec.com/
[EMAIL PROTECTED]
Skype: descript

Reply via email to