MaddieM4 / pymads

A fork of the pymds authoritative DNS server, designed for asynchronous lookup without domain restrictions.
GNU Lesser General Public License v3.0
4 stars 2 forks source link

Asynchronous server #10

Closed MaddieM4 closed 11 years ago

MaddieM4 commented 11 years ago

The only thing holding us back from being async is the server loop. We break that out with gevent or something, and we're golden.