I'm deploying web2py with uwsgi 1.2.3, and upon starting the app, there is message in the uwsgi log says;
*** Python threads support is disabled. You can enable it with --enable-threads *** And in the uwsgi doc, it says the following for option enable-thread: Enable threads in the embedded languages. This will allow to spawn threads in your app. I wonder if I really need this enabled for web2py. If so, what would be a common use case for it. Thanks.