Il giorno 29/feb/2012, alle ore 16:30, Cal Leeming [Simplicity Media Ltd] ha scritto:
> Ah - that would explain it, this problem only happens with multiple threads I > believe (kinda similar to the last problem we had, except it no longer > crashes, it just freezes) > > If there's anything we can do to assist you with fixing this, please let me > know. > > Cal In the latest tip it should be fixed, i have wrote a locking-test suite and it showed both flock and fcntl are broken :( i will throw away both, falling back to ipc semaphores (even if i am not a big fan of them) for platform not having "modern" inter-process locking. By the way Linux, Solaris, and OSX should be now fully safe (i will wait for your confirmation about Linux), FreeBSD should support process-shared POSIX mutexes soon (at least this is what i have read on the official mailing-list). All the others will use old-fashioned (but reliable) sysvipc. > -- Roberto De Ioris http://unbit.it JID: [email protected] _______________________________________________ uWSGI mailing list [email protected] http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi
