Re: END block aborted during httpd shutdown

2000-12-21 Thread Doug MacEachern
On Wed, 18 Oct 2000, Ernest Lergon wrote: > Dear list members, dear Doug, > > it seems to me, that my initial mail of this thread was to long to read > and to be answered - especially because the questions are in the last > paragraph far down below and need scrolling of the message text ;-)) >

Re: END block aborted during httpd shutdown

2000-10-18 Thread Ernest Lergon
META Hi Ged, why are you answering me directly and not through the list? /META G.W. Haywood wrote: > > On Wed, 18 Oct 2000, Ernest Lergon wrote: > > > but how does it fit in the idea of shared modules in mod_perl? > > Shared memory, not shared events. > I have to think about th

Re: END block aborted during httpd shutdown

2000-10-18 Thread Ernest Lergon
G.W. Haywood wrote: > > On Wed, 18 Oct 2000, Ernest Lergon wrote: > > > 1) Our apache is running 20 childs. A perl module is loaded via > > startup.pl. On shutdown of apache the END block of this module is called > > 20 times and not only 1 time as I expected. Why? > > Because each child is its

Re: END block aborted during httpd shutdown

2000-10-18 Thread Ernest Lergon
Dear list members, dear Doug, it seems to me, that my initial mail of this thread was to long to read and to be answered - especially because the questions are in the last paragraph far down below and need scrolling of the message text ;-)) Ok, I'll try to split it up in bite-sized pieces: 1)

END block aborted during httpd shutdown

2000-10-16 Thread Ernest Lergon
Hi! Trying to use mod_perl for a perl module to load a bunch of data on server startup and writing possible changes back to disk on server shutdown leads me to strange behaviour in the END { } block: The END block is aborted, before all checking and writing is done. Therefore the files on disk ar