There&#39;s some simple sample code here:<br><a href="http://zenmachine.wordpress.com/2009/09/19/twisted-and-comet-comet-in-60-seconds/">http://zenmachine.wordpress.com/2009/09/19/twisted-and-comet-comet-in-60-seconds/</a><br>
<br>The formatting&#39;s off, but otherwise it&#39;s a succinct demo of the kind of functionality you may be looking for.<br><br>Cheers<br><br>D<br><br><div class="gmail_quote">On 1 April 2010 09:58, <a href="mailto:ssteinerX@gmail.com">ssteinerX@gmail.com</a> <span dir="ltr">&lt;<a href="mailto:ssteinerx@gmail.com">ssteinerx@gmail.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;"><div class="im"><br>
On Mar 31, 2010, at 4:26 PM, Reza Lotun wrote:<br>
<br>
&gt; Hi,<br>
&gt;<br>
&gt;&gt; I am looking for a framework for doing a long polling service where :<br>
&gt;&gt;<br>
&gt;&gt; clients would connect to a soecific &#39;channel&#39; and wait for a response<br>
&gt;&gt;<br>
&gt;&gt; Where a client admin would push a response only to clients connected to the<br>
&gt;&gt; same channel<br>
&gt;<br>
&gt; There is a project built on top of Twisted that does exactly this,<br>
&gt; called Orbited (<a href="http://orbited.org/" target="_blank">http://orbited.org/</a>). It works, and I use it for<br>
&gt; internal real-time stats web pages. The one caveat I have with it is<br>
&gt; that it recently appears to be somewhat inactive - though I use it so<br>
&gt; much I might fork it and continue development ;-)<br>
<br>
</div>It seems to have completely stalled just before the big 0.8 refactoring effort.<br>
<br>
Have you continued, or do you plan to continue development where it was left off?<br>
<br>
They all seem to have gone off to play with node.js instead.<br>
<div class="im"><br>
&gt; If you&#39;re looking for a scalable, long-polling queue broadcaster *in<br>
&gt; general*, I highly suggest nginx_http_push - an addon module for the<br>
&gt; popular C-based asynchronous web server nginx<br>
&gt; (<a href="http://pushmodule.slact.net/" target="_blank">http://pushmodule.slact.net/</a>).<br>
<br>
</div>Very cool, I hadn&#39;t seen that before.<br>
<div><div></div><div class="h5"><br>
S<br>
<br>
<br>
_______________________________________________<br>
Twisted-Python mailing list<br>
<a href="mailto:Twisted-Python@twistedmatrix.com">Twisted-Python@twistedmatrix.com</a><br>
<a href="http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python" target="_blank">http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python</a><br>
</div></div></blockquote></div><br>