NOTIFY in asynchronous mode

From: Tobias Oberstein <tobias(dot)oberstein(at)tavendo(dot)de>
To: "psycopg(at)postgresql(dot)org" <psycopg(at)postgresql(dot)org>
Subject: NOTIFY in asynchronous mode
Date: 2011-11-04 19:12:32
Message-ID: 634914A010D0B943A035D226786325D42D0C0CE30F@EXVMBX020-12.exch020.serverdata.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: psycopg

Hello,

is it possible to use notification (sent via NOTIFY from Postgres) in asynchronous mode?

Background:

I want to use

https://github.com/wulczer/txpostgres

which wraps psycopg2 in asynchronous mode for use in Twisted without the need
of running a background thread pool.

And I want to use NOTIFY.

Thanks!

Responses

Browse psycopg by date

  From Date Subject
Next Message Daniele Varrazzo 2011-11-04 20:23:33 Re: NOTIFY in asynchronous mode
Previous Message Federico Di Gregorio 2011-11-03 10:27:57 Re: ETA for 2.4.3 release? And stability of git repository branch?