Unbit
Unbit
but you said that the thread is spawned in the master, when the master calls fork() the worker will think the thread is running because it gets an exact copy...
have you already tried with --lazy-apps ? just to be sure it is really a forking problem
ok, so basically (as you said at the beginning) the problem is that the fixup hook assumes no python thread is running (so no GIL is acquired), but in your...
http://uwsgi-docs.readthedocs.org/en/latest/Gevent.html Mixing uWSGI’s Async API with gevent’s is EXPLICITLY FORBIDDEN. :)
Well, plugins can expose a "harakiri" hook that is called whenever harakiri is triggered. The sentry plugin could register its harakiri handler for sending all the required infos (they are...
@mcallistersean yep, nice catch, i have cherry-picked the commit. Thanks a lot
I think the best thing we can do now is listing (maybe directly here) the available http/2 libraries and choose the one that fit best in the current codebase. The...
I am about to start a router-nghttp2 branch with the objective of using its parser (even for http/1.1) while maintaining all of the router-http features
currently the project is on HOLD, we will come back to it after the release of uWSGI 1.9
Hi, the plugin really does a little part of "the game". Most of the code is in the 2.1 branch of uWSGI that is constantly updated. The plugin is already...