You are viewing a plain text version of this content. The canonical link for it is here.
Posted to modperl@perl.apache.org by Marco Kleefman <ma...@cmg.nl> on 2001/11/02 16:02:30 UTC

RE: fork/CGI/Apache problem - solved!

I solved the problem myself... it was a bufferproblem of STDOUT. When I
tried that, I made modifications to the wrong script, that is why I thought
it did not work out! Stupid me! ;)

Thanx everybody who reacted, sorry to have bothered you!

Regards,

Marco

> -----Original Message-----
> From: Marco Kleefman [mailto:marco.kleefman@cmg.nl]
> Sent: vrijdag 2 november 2001 14:30
> To: modperl@apache.org
> Subject: fork/CGI/Apache problem
> I have this script which forks off a process which does 
> something. 
> Somehow all print statements in my script which occur before 
> the fork-part
> of the script are printed twice! I have tried to unbuffer 
> STDOUT, but no
> luck until now...