Closed GoogleCodeExporter closed 9 years ago
Hi,
I would say that you have forgotten to set the "ThreadsPerChild 1" value in
your Apache configuration file. v8cgi 0.9.0 is not threadsafe, so you need to
reduce the number of apache threads to 1.
Alternative approaches:
1) try v8cgi on linux, using the mpm-prefork apache module. This one does not
use threads (as opposed to your windows version), so there are no similar
troubles regarding v8cgi.
2) checkout latest revision of v8cgi and compile it (or wait for the next
release), because I have recently commited some fixes in order to make v8cgi
more threadsafe.
3) use v8cgi in "cgi" mode, e.g. without the Apache module (approach #3 at
http://code.google.com/p/v8cgi/wiki/ApacheConfiguration).
Please let me know is my guess about ThreadsPerChild was correct.
Original comment by ondrej.zara
on 13 Feb 2011 at 8:31
You guessed right :)
I will be using the windows version to develop only, so for sure I will get it
for linux later!
thank you for your great work!
Original comment by mickael....@gmail.com
on 13 Feb 2011 at 9:18
Original comment by ondrej.zara
on 29 Nov 2011 at 9:10
Original issue reported on code.google.com by
mickael....@gmail.com
on 12 Feb 2011 at 8:29Attachments: