Define HTTP_SERVER_HAS_PREFORK
Defined in File config.hpp
Define Documentation
-
HTTP_SERVER_HAS_PREFORK
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.