lasigeBioTM / MER

Minimal Named-Entity Recognizer (MER)
http://labs.fc.ul.pt/mer/
56 stars 8 forks source link

Number of predictions drops for large requests #25

Closed AndreLamurias closed 7 years ago

AndreLamurias commented 7 years ago

End Total Time Time/documents Time/predictions

Documents

Predictions

00:02:28.887 0.07444 0.06201 2000 2401 00:05:32.593 0.33259 0.10595 1000 3139

Probably due to these errors: Error in the request: The job 13045 cannot be stated. ./process_request.sh: line 52: [: !=: unary operator expected Error in the request: Job 13045 not finished or not running.

AndreLamurias commented 7 years ago

http://vicerveza.homeunix.net/~viric/wsgi-bin/hgweb.wsgi/ts/file/1169cb2d5557/TRICKS

"Internally there is a maximum of 1000 connexions that cannot be exceeded without modifying the source code (server.c)."

LLCampos commented 7 years ago

Did you understand why there is such a maximum?