Next: Port config funcs, Previous: Server types, Up: Embedding API [Contents][Index]
A server in Serveez is an instantiated (configured) server type. It is
merely a copy of a specific server type with a unique server name, and
is represented by svz_server_t in the core library.
| • Server functionality: | General server instance implementations | |
| • Server configuration: | Server instance configuration | |
| • Server binding: | Server instance bindings | |
| • Server core: | Core functionality for servers | |
| • Server loop: | Server loop implementation | |
| • Server socket: | Using and creating server sockets |