I have had already enabled threads before. It was not the problem. But soon after, I have found this: http://stackoverflow.com/questions/18638518/fatal-python-error-couldnt-create-autotlskey-mapping-with-c-binding/24738743#24738743
It says I should try uwsgi config: limit-as = 512 reload-on-as = 256 reload-on-rss = 192 and it did work. Thanks Roberto. We did it :) Best, Dincer 2014-11-21 14:33 GMT+02:00 Roberto De Ioris <[email protected]>: > > > OK, I have more log now. > > > > Fri Nov 21 14:26:06 2014 - OOOPS mule 1 (pid: 18439) crippled...trying > > respawn... > > Fri Nov 21 14:26:06 2014 - spawned uWSGI mule 1 (pid: 18453) > > Fatal Python error: Couldn't create autoTLSkey mapping > > Fri Nov 21 14:26:10 2014 - OOOPS mule 1 (pid: 18453) crippled...trying > > respawn... > > Fri Nov 21 14:26:10 2014 - spawned uWSGI mule 1 (pid: 18463) > > Fatal Python error: Couldn't create autoTLSkey mapping > > Fri Nov 21 14:26:13 2014 - OOOPS mule 1 (pid: 18463) crippled...trying > > respawn... > > Fri Nov 21 14:26:13 2014 - spawned uWSGI mule 1 (pid: 18471) > > > > > > Wierd isn't it? I have looked up (google) and it seems like TLS is Thread > > Local Storage not the ssl thing. > > > > Couldn't find a way out though... > > > > > > ensure you have --enable-threads (you will get a message in the logs about > threading support) > -- > Roberto De Ioris > http://unbit.it > _______________________________________________ > uWSGI mailing list > [email protected] > http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi >
_______________________________________________ uWSGI mailing list [email protected] http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi
