This class is the starting point of Zorp 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 June 04, 2020
© 2007-2019 BalaSys
Send your comments to support@balasys.hu


