openag_brain
openag_brain copied to clipboard
gevent API server doesn't seem to be able to handle many requests
trafficstars
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
Picking up on @gordonbrander 's notes and looking for alternatives.