![]() |
WEBAPP_USES_RESOURCES
// In header: <zeep/config.hpp>
WEBAPP_USES_RESOURCES
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. The webapp class in libzeep can use resources to load files. In this case you need the resource compiler 'mrc' obtainable from https://github.com/mhekkel/mrc