Re: Log Program

2006-03-21 Thread Jorge Schrauwen
So a Readline while not EOF should work then...I'll give that a shot.Jorge, keep in mind that the logger won't end until the write end of the pipeis closed, and that includes both the currently running workers, the parent,and it's own copy (!) if you kept one open. Be sure your logger only

Log Program

2006-03-19 Thread Jorge Schrauwen
Hi,I would like to have some information how i would create a logprogram.I've create a console application in delphi that sends stdin to a parent program,That works fine... although i get like 4-5 of these open, and they don't shutdown when apache does.Does apache send a specific termination

Re: Log Program

2006-03-19 Thread William A. Rowe, Jr.
Jorge, keep in mind that the logger won't end until the write end of the pipe is closed, and that includes both the currently running workers, the parent, and it's own copy (!) if you kept one open. Be sure your logger only has inherited the read end of the stream, once apache terminates you