> On Sun, May 31, 2015 at 1:23 AM, Roberto De Ioris <[email protected]> > wrote: >> I obviously agree, but take in account that this uWSGI plugin simplified >> the steps a lot: >> >> https://github.com/unbit/uwsgi-sse-offload > > > nice. it certainly looks cleaner than having an external gevent > process. does it support sending messages to a specific subscriber > (or subset of subscribers)? > > maybe the easiest way would be to set some variable either in the > router or in the app view function and use it as part of the redis > pubsub channel name. > > -- > Javier >
the channel name can be specified via variables, so it should be pretty versatile from this point of view. The plugin is pretty tiny so if you have ideas to improve it, feel free to open a github issue -- Roberto De Ioris http://unbit.com -- You received this message because you are subscribed to the Google Groups "Django developers (Contributions to Django itself)" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/django-developers. To view this discussion on the web visit https://groups.google.com/d/msgid/django-developers/0aca01bc3ace1228b4a160300914b485.squirrel%40manage.unbit.it. For more options, visit https://groups.google.com/d/optout.
