-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Marcel edited this page Nov 6, 2025
·
2 revisions
Welcome to the TelexService wiki!
The TelexService consits out of two parts: The server and a provider. The server just listens on a given port. It handles incoming connections, accepts or rejects them,… After accepting, the server gives the connection to the service provider. This on one hand does the i-telex-protocol thing, on the other hand it calls the function of the actual service which does the things, the that it shall do.
- SIGUSR1: The server prints the current count of connections (to stdout and logfile with loglevel 'info'.)
- SIGUSR2: The server does not accept new connections anymore. - So you can stop the server if no connections left, but without stopping currently active connections.