RE: [EMAIL PROTECTED] piped log on Windows 2003 doesn't work

2006-05-19 Thread Debin Gao
mailto:[EMAIL PROTECTED] Sent: Friday, May 19, 2006 5:24 PM To: users@httpd.apache.org Subject: Re: [EMAIL PROTECTED] piped log on Windows 2003 doesn't work Have you enabled some exception handling that would bypass exceptions on cin? cin should be closed on the write end of the pipe, before o

Re: [EMAIL PROTECTED] piped log on Windows 2003 doesn't work

2006-05-19 Thread William A. Rowe, Jr.
Have you enabled some exception handling that would bypass exceptions on cin? cin should be closed on the write end of the pipe, before or as the parent process exits. The only way this would fail is if somehow the write end of the pipe is inhereted by the child process. Launching your program