PrevUpHomeNext

Macro SOAP_SERVER_HAS_PREFORK

SOAP_SERVER_HAS_PREFORK

Synopsis

// In header: </home/maarten/projects/libzeep/zeep/config.hpp>

SOAP_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