libzeep

PrevUpHomeNext

Macro HTTP_SERVER_HAS_PREFORK

HTTP_SERVER_HAS_PREFORK

Synopsis

// In header: <zeep/config.hpp>

HTTP_SERVER_HAS_PREFORK

Description

The http server implementation in libzeep can use a preforked mode. That means the main process listens to a network port and passes the socket to a client process for doing the actual handling. The advantages for a setup like this is that if the client fails, the server can detect this and restart the client thereby guaranteeing a better uptime.


PrevUpHomeNext