pgriess / node-webworker

A WebWorkers implementation for NodeJS
BSD 3-Clause "New" or "Revised" License
646 stars 84 forks source link

child worker exit in 2 minutes #33

Open yyfrankyy opened 13 years ago

yyfrankyy commented 13 years ago

I don't know why all the child workers exit with a code 0 and signal null in 2 minutes.

And I tried to restart worker by binding a function to worker.onexit, it works, but still don't know why..