deb-designate/designate/cmd
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 Switch to EntryPoints for the binaries 2013-08-18 14:37:46 +01:00
agent.py Switch to oslo.messaging 2014-04-10 13:16:26 +02:00
api.py Switch to oslo.messaging 2014-04-10 13:16:26 +02:00
central.py Switch to oslo.messaging 2014-04-10 13:16:26 +02:00
manage.py Remove designate-manage dependancy on cliff 2014-03-20 14:05:45 +01:00
mdns.py Implement mDNS Service 2014-06-04 23:45:27 +01:00
sink.py Switch to oslo.messaging 2014-04-10 13:16:26 +02:00