mirror of
https://github.com/psycopg/psycopg2.git
synced 2025-02-12 07:10:33 +03:00
Added link to psycogreen.
This commit is contained in:
parent
bde523695a
commit
9c71a9c6e5
|
@ -441,12 +441,18 @@ example callback (using `!select()` to block) is provided as
|
||||||
else:
|
else:
|
||||||
raise OperationalError("bad state from poll: %s" % state)
|
raise OperationalError("bad state from poll: %s" % state)
|
||||||
|
|
||||||
|
Providing callback functions for the single coroutine libraries is out of
|
||||||
|
psycopg2 scope, as the callback can be tied to the libraries' implementation
|
||||||
|
details. You can check the `psycogreen`_ project for further informations and
|
||||||
|
resources about the topic.
|
||||||
|
|
||||||
.. _coroutine: http://en.wikipedia.org/wiki/Coroutine
|
.. _coroutine: http://en.wikipedia.org/wiki/Coroutine
|
||||||
.. _greenlet: http://pypi.python.org/pypi/greenlet
|
.. _greenlet: http://pypi.python.org/pypi/greenlet
|
||||||
.. _green threads: http://en.wikipedia.org/wiki/Green_threads
|
.. _green threads: http://en.wikipedia.org/wiki/Green_threads
|
||||||
.. _Eventlet: http://eventlet.net/
|
.. _Eventlet: http://eventlet.net/
|
||||||
.. _gevent: http://www.gevent.org/
|
.. _gevent: http://www.gevent.org/
|
||||||
.. _SQLAlchemy: http://www.sqlalchemy.org/
|
.. _SQLAlchemy: http://www.sqlalchemy.org/
|
||||||
|
.. _psycogreen: http://bitbucket.org/dvarrazzo/psycogreen/
|
||||||
.. __: http://www.postgresql.org/docs/9.0/static/libpq-async.html
|
.. __: http://www.postgresql.org/docs/9.0/static/libpq-async.html
|
||||||
|
|
||||||
.. warning::
|
.. warning::
|
||||||
|
|
Loading…
Reference in New Issue
Block a user