deb-designate/designate/mdns
Kiall Mac Innes 36e501c6f7 Implement mDNS Service
This service listens on a TCP/UDP port, and dispatches requests to a
single method for parsing and handling.

Each incoming request is handled in a greenthread spawned specifically
for that request, allow for >1 concurrent requests.

Additionally, the "workers" config option allows for multiple distict
processes to be spawned for the service, all sharing the same socket,
to allow for >1 CPU core usage.

Change-Id: I173f4640a50b56f52c0371bae47b84ce44301263
2014-06-04 23:45:27 +01:00
..
__init__.py Implement mDNS Service 2014-06-04 23:45:27 +01:00
handler.py Implement mDNS Service 2014-06-04 23:45:27 +01:00
service.py Implement mDNS Service 2014-06-04 23:45:27 +01:00