> Hello, > at http://uwsgi-docs.readthedocs.org/en/latest/Signals.html we can read: > > > PostgreSQL notifications will be implemented in 0.9.9 > > but I can't find any additional info about it. > It this feature still in Todo? > Will it support payload or channels only? > > > TIA, > Alex. > _______________________________________________ > uWSGI mailing list > [email protected] > http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi >
Hi Alex, no it has not been developed yet, but thanks to the new simplified plugin api should be pretty easy using a mule tha waits for postgres notifications and raise the signal. Regarding the payload, the only way to use it is mapping a signal number to each payload, something like: if payload contains 'foobar': raise 17 if payload contains 'hello': raise 30 -- Roberto De Ioris http://unbit.it _______________________________________________ uWSGI mailing list [email protected] http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi
