OpenAgricultureFoundation / openag_brain

ROS package for controlling an OpenAg food computer
GNU General Public License v3.0
221 stars 68 forks source link

gevent API server doesn't seem to be able to handle many requests #160

Open gordonbrander opened 7 years ago

gordonbrander commented 7 years ago

If sending more than one request without some time in-between, gevent server will often send back a 500 RequestNotReady.

Perhaps gevent is not well-suited to the Raspberry Pi? Maybe the Pi has trouble spinning up enough workers?

Investigating. Notes here http://wiki.openag.media.mit.edu/contributors/gordonb/server.

cc @rbaynes

rbaynes commented 7 years ago

Picking up on @gordonbrander 's notes and looking for alternatives.