Run server.
This function will start listening for incomming connections and push them to the thread pool where they are handled individually.
- Parameters
-
server | Server object. |
err | Pointer to the variable to store error to on error. |
- Returns
- Function returns FALSE on fatal error or TRUE on safe stop by xr_server_stop(). Otherwise it will block, waiting for connections.