A public relations problem
A public relations problem
Posted Jul 13, 2015 16:19 UTC (Mon) by Cyberax (✭ supporter ✭, #52523)In reply to: A public relations problem by Kwi
Parent article: A better story for multi-core Python
C or Cythons won't help. If you wish to access Python objects then you still have to lock the interpreter.
We've learned that hard way, while building a messaging system in Python. We had a similar problem - a largish shared object queue on which multiple consumers performed some operations. Python simply crashed and burned.
