libmicrohttpd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[libmicrohttpd] Comet with libmicrohttpd


From: Andreas Røsdal
Subject: [libmicrohttpd] Comet with libmicrohttpd
Date: Tue, 14 Oct 2008 19:39:42 +0200 (CEST)

Hello!

I'm wondering if it is possible to make libmicrohttpd support
Comet, which is "long-held HTTP request allows a web server to
push data to a browser".

The current API doesn't seem to support it, for example reponses
are queued using MHD_create_response_from_data.

To make things slightly more complicated, the client has to access
libmicrohttpd through a proxy as well.

Here's more info about Comet:
http://en.wikipedia.org/wiki/Comet_(programming)

Here is the project which I'm using MHD for:
http://code.google.com/p/freeciv-forever/


 - Andreas


reply via email to

[Prev in Thread] Current Thread [Next in Thread]