This class is the starting point of services. It listens on the given port, and when a connection is accepted it starts a session and the given service.
Example 6.2. Dispatcher example |
---|
The following example defines a transparent dispatcher that
starts the service called Dispatcher(bindto=SockAddrInet('192.168.2.1', 50080), service="demo_http_service", transparent=TRUE, backlog=255, threaded=FALSE) |
Published on May 30, 2024
© BalaSys IT Ltd.
Send your comments to support@balasys.hu