fcattai / pyinex

Automatically exported from code.google.com/p/pyinex
0 stars 0 forks source link

XlfMutex is very slow #4

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Creating XlfMutex takes a lot because new mutex object created each time.
Instead you need additional lock class to call Wait/Release on same mutex 
object.

Original issue reported on code.google.com by aodin...@gmail.com on 6 May 2011 at 4:23