You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm sorry if this isn't the right place to ask, but am I missing to close some resources?
I can get the Async Pools to stop stacking, but apparently the Script threads won't stop.
The text was updated successfully, but these errors were encountered:
The "Trireme Script Thread" will keep running until the script exits.
Scripts in Trireme are just like scripts in regular node, so any open HTTP
server, socket, or timer will keep the script running unless you explicitly
close it or call "process.exit."
If you want to stop your script from Java code, you can also call "cancel"
on the ScriptFuture that is returned by NodeScript.execute().
I'm sorry if this isn't the right place to ask, but am I missing to close
some resources?
I can get the Async Pools to stop stacking, but apparently the Script
threads won't stop.
—
Reply to this email directly or view it on GitHub #117.
I'm sorry if this isn't the right place to ask, but am I missing to close some resources?
I can get the Async Pools to stop stacking, but apparently the Script threads won't stop.
The text was updated successfully, but these errors were encountered: