In this chapter, we will cover the following recipes:
- Creating Linux TCP/IP servers
- How to correctly handle Linux signals
- To fork or not to fork? a.k.a. How to build a modern Linux daemon?
- Building a TCP/IP Linux server and daemonizing it
- Building a RESTful server for Linux
- Building a complete RESTful server with database access and web client interface
- Creating WebBroker Apache modules for Linux