zpao / spidernode

A port of node.js using the SpiderMonkey JS engine instead of V8. [NO LONGER MAINTAINED]
Other
212 stars 12 forks source link

verify that spidernode is threadsafe #1

Open jhford opened 13 years ago

jhford commented 13 years ago

In order for spidermonkey to be threadsafe, it needs to be built with nspr. Currently, as my work stands right now, we build a static copy of nspr and spidermonkey. The shared library versions of spidermonkey properly depend on the nspr shared libraries. We need to verify that this is correct.