[Haskell] HsDNS -- asynchronous DNS resolver

Peter Simons simons at cryp.to
Thu Jun 17 08:20:49 EDT 2004


On top of the GNU adns library, I have implemented a pretty
simple-to-use DNS resolver, which hides the concurrency from
the user through the use of MVars. I thought, maybe someone
found this useful. You can get the source code at:

  http://cryp.to/hsdns/

Peter



More information about the Haskell mailing list