Re: [Codestriker-user] svn: Can't write to stream: Broken pipe
Brought to you by:
sits
|
From: David S. <si...@us...> - 2006-08-22 07:11:05
|
> I can confirm the same thing, Codestriker with mod_perl config doesn't > work, and produces these confusing errors. Even more, the errors are > not 100%, sometimes I can submit the topic if I click Refresh many, > many times. :) > > Everything started working just fine as soon as I switched to CGI config. > > I used Fedora Core 4 and Fedora Core 5. This is really due to the black magic of mod_perl... Just curious - are you running with Apache 1 or 2? This might be partly due to the constraints apache 2 has when forking new processes. Since apache 2 is now I believe multi-threaded as well as multi-processed, launching external executables may not be supported 100%. I'll need to do more reading on this. I do know though that under apache1, since it is not multi-threaded, all works fine I believe with mod_perl. Cheers, David |