Closed fivejjs closed 8 years ago
Did you try the CFFI backend?
As for concurrency, it's tricky in Python because of the GIL. And with multiple processes you'll loose much more on IPC than you gain from parallelizing.
I will try CFFI then. Thanks,
Hi,
Is it possible speed up it with concurrent processing.