Hi Anil,

The experimental server I wrote doens't use async IO. Its basically the
orginal threaded  cherrypy WSGI server with rough support for
continuation. You can use it to do simple `comet` style data streaming
directly from a TG application. However, as stated in the peformance
note I wouldn't use it for a large/ public website.

If you are planning on a serious `comet` application i would suggest
taking a look at www.cometd.org. The bayeux spec takes care of a lot
the more complicated stuff, such as message routing and channel
multiplexing. There is already a twisted server implementation which
you could proxy into the youre domain. Twisted has some really advanced
networking code, including an experimental IO completion ports reactor
for win32.

Anyway to use the attached modules in combination with TG you need to
create a custom start-***.py file and set "stream_response = True" in
the app.cfg file.


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"TurboGears" 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/turbogears
-~----------~----~----~----~------~----~------~--~---

Reply via email to