typesafehub / js-engine

A JavaScript Engine Library - provides an abstract of a means to execute JavaScript code where no browser is involved.
Other
72 stars 20 forks source link

Fixed trireme resource leaks #39

Closed jroper closed 9 years ago

jroper commented 9 years ago
jroper commented 9 years ago

I found the file descriptor leak when I created/run 10000 Trireme instances sequentially, 10000 instances now works, but it takes a bit too long to run that as a test.

jroper commented 9 years ago

Backported to 1.0.x: 54a8688