On Fri, Feb 12, 2010 at 12:28:59PM -0800, till amon wrote: > ( don't know. can databases send out asynchronus events these > days ? )
PostgreSQL does LISTEN/NOTIFY and psycopg2 supports accessing that info. It's a simple matter to put a trigger on a table to NOTIFY when a row is inserted. -- Brian Sutherland -- You received this message because you are subscribed to the Google Groups "modwsgi" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/modwsgi?hl=en.
