xissy / node-stanford-simple-nlp

A simple node.js wrapper for stanford-core-nlp.
Other
148 stars 44 forks source link

timeout issues #12

Closed buley closed 9 years ago

buley commented 9 years ago

Thank you for this excellent bridge from node into Java-land

I'm seeing errors like the following when approaching a "cold" server:

Operation timed out after 3132 milliseconds with 0 out of -1 bytes received

It doesn't seem like there are any timeout params https://mailman.stanford.edu/pipermail/java-nlp-user/2014-July/005872.html

@xissy can you provide any guesses on where I might be going wrong?