Closed GoogleCodeExporter closed 8 years ago
This is because the windows apache module is compiled with context reusing.
In future, I will:
1) distribute two versions of mod_v8cgi.dll, one with reusing and one with not,
2) further improve the context reusing code so that the scenario above won't
happen
at all.
However, note that the context reusing feature by definition allows *some*
sharing
between requests, at least those realized via built-in objects, e.g.
Array.prototype.someProperty.
Original comment by ondrej.zara
on 25 Oct 2009 at 9:06
Original comment by ondrej.zara
on 25 Oct 2009 at 9:07
Global object is cleaned in a better way, starting from SVN rev. 608. Further
releases will contain two versions of apache module.
Original comment by ondrej.zara
on 26 Oct 2009 at 7:58
Original issue reported on code.google.com by
kpobo...@gmail.com
on 25 Oct 2009 at 11:11