The Europython talk got me interested in uwsgi, too bad I can't make it to Florence.
Are they also disabled in the current master-branch? -----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of Roberto De Ioris Sent: 14 May 2013 18:21 To: uWSGI developers and users list Subject: Re: [uWSGI] Websocket channels > Hi, > > It seems the python api exposed when running uwsgi does not include > the > websockets_channel_join() method in version 1.9.10 Am I doing > something wrong? > > What would be a good alternative strategy to communicate between > websockets? > > Cheers, > > Alexandro > _______________________________________________ > uWSGI mailing list > [email protected] > http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi > Channels are temporarily disabled, they will be back in the next few weeks as they are a core component of my europython talk, so i need to hurry up :) Currently redis is a good approach (be sure to use a gevent-friendly module for it if you use coroutines) -- Roberto De Ioris http://unbit.it _______________________________________________ uWSGI mailing list [email protected] http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi _______________________________________________ uWSGI mailing list [email protected] http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi
