| [ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
Response objects handling by MHD is asynchronous with respect to the
application execution flow. Instances of the MHD_Response
structure are not associated to a daemon and neither to a client
connection: they are managed with reference counting.
In the simplest case: we allocate a new MHD_Response structure
for each response, we use it once and finally we destroy it.
MHD allows more efficient resources usages.
Example: we allocate a new MHD_Response structure for each
response kind, we use it every time we have to give that
responce and we finally destroy it only when the daemon shuts down.
| 8.1 Enqueuing a response | ||
| 8.2 Creating response objects | Creating a response object. | |
| 8.3 Adding headers to a response | ||
| 8.4 Inspecting a response object |
This document was generated by Christian Grothoff on May, 26 2008 using texi2html 1.78.