wurmlab / genevalidatorapp

A web wrapper for GeneValidator
GNU Affero General Public License v3.0
11 stars 3 forks source link

Thin drops request after 30s. #9

Closed yeban closed 9 years ago

yeban commented 9 years ago

That's the default behaviour. This is preventing http://genevalidator.sbcs.qmul.ac.uk/ from running even 10 queries at once.

yeban commented 9 years ago

Perhaps adding server.timeout = 180 after L62 will do the trick. The value should be in seconds.

You could make this configurable or just set a higher default. (Or you could go back to webrick - https://github.com/yannickwurm/sequenceserver/commit/508e7155750f8ef7a97c4aba58dcc8a75878481)

IsmailM commented 9 years ago

For the moment I have simply inserted the a server.timeout of 45 mins (2700 seconds). (however I haven't tested if this works)...

After my exams, I will probably follow SequenceServer and go back to Webrick...

I have updated and restarted GVapp on the Nuc

IsmailM commented 9 years ago

Actually, since this untested, I'm reopening...

I'll close once I (or someone else) has tested it...

IsmailM commented 9 years ago

No longer thin... No using WebBRICK....

But still need to test this...

yeban commented 9 years ago

This does seem to work for me locally. Would like to test on http://genevalidator.sbcs.qmul.ac.uk/ before closing it.