[Libevent-users] Libevent's http server for HTTP push?

2008-01-23 Thread Michael Carter
Hello, Thanks for the great networking library. Its made my life countless time easier. I'm the lead developer of the Orbited project (www.orbited.org) which is a python server built using pyevent (libevent wrapper for python) that maintains many long-standing HTTP connections for the purpose of

Re: [Libevent-users] Libevent's http server for HTTP push?

2008-01-23 Thread Jon Oberheide
Take a look at multipart/x-mixed-replace for HTTP server push. Dug's msgbus (http://code.google.com/p/msgbus/) is an pub/sub implementation of multipart/x-mixed-replace that uses libevent/pyevent. The current state in SVN is not very buildable, but I can provide you with a working tree off-list if