> thanks a lot for the suggestion. We indeed use this type of architecture > for most of our _really_ slow operations, but in this case - maybe I should > have been more specific - the slow operations is in the matter of seconds, > because if fetches a file from a distributed file-storage that may be a bit > slow. > The download takes a few seconds max, so having an asynchronous model > sounds like overkill here. Since we receive thousands of "fast" requests a > minute, this can hurt... >
This sounds like a task for uWSGI offloading! http://uwsgi-docs.readthedocs.org/en/latest/OffloadSubsystem.html -M
_______________________________________________ uWSGI mailing list [email protected] http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi
