python-postgres / be

pg-python: Execute Python 3 code from PostgreSQL functions.
Other
5 stars 2 forks source link

Enable threading for dispatching non-DB jobs #9

Open jwp opened 14 years ago

jwp commented 14 years ago

In some more curious situations, it may be desirable to run some threads in the backend for managing multiple I/O jobs.

Current gating aspects:

Another option is to just use event driven async systems.