ststeiger / trust4

Automatically exported from code.google.com/p/trust4
0 stars 0 forks source link

DnsServer class needs refactoring #10

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
The current threading model of DnsServer (see StartUdpListen and EndUdpReceive 
methods) is flawed.

This needs to be refactored into a more elegant worker-pool setup.

Original issue reported on code.google.com by waikur...@gmail.com on 7 Dec 2010 at 4:10