High Performance non-blocking event based network loop using EPool on Linux, select on other OSes use of cheap co-routine to handle clients connections automatically adding threads to handle load peaks (threads are forking the redirectors programs) internal use of sockets as message parsing technique with the threads internal non-blocking DNS resolver (UDP and TCP messages integrated in the main loop) optional local DNS caching of records