Add link to cassandra.concurrent in Performance docs

This commit is contained in:
Tyler Hobbs
2014-05-28 11:38:33 -05:00
parent fdfe596dee
commit 33c523b02c

View File

@@ -244,6 +244,11 @@ dramatically:
Until this is improved, you should limit the number of callback chains you run.
For many use cases, you don't need to implement this pattern yourself. You can
simply use :meth:`cassandra.concurrent.execute_concurrent` and
:meth:`cassandra.concurrent.execute_concurrent_with_args`, which implement
this pattern for you with a synchronous API.
PyPy
----
Almost all of these patterns become CPU-bound pretty quickly with CPython, the