very interesting, thanks for the pointer Mikko!! -Clemens On Mon, Oct 19, 2015 at 5:36 PM, Mikko Ohtamaa <[email protected]> wrote:
> > 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 > > -- Clemens Kolbitsch Security Researcher [email protected] 805-456-7075 Lastline, Inc. 6950 Hollister Avenue, Suite 101 Goleta, CA 93117 www.lastline.com
_______________________________________________ uWSGI mailing list [email protected] http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi
