[X] The "/OldFiles" file could not be found or is not available. Please select another file.

multi-resolver is a parallel DNS resolver utilizing the PERL POE framework. It is a single PERL script, which reads query tuples from <STDIN> and prints RDF triplets to <STDOUT>.


http://multi-resolver.sourceforge.net





Separate each tag with a space.

Release Date:

2008-12-24

Topic:

Operating System:

License:

Intended Audience:

User Interface:

Programming Language:

Registered:

2005-10-27

Ratings and Reviews

Be the first to post a text review of multi-resolver. Rate and review a project by clicking thumbs up or thumbs down in the right column.

Project Feed

  • Code committed

    svimes committed revision 33 to the multi-resolver SVN repository, changing 1 files

    posted by svimes 214 days ago

  • multi-resolver multi-resolver-31 file released: multi-resolver_32.tar.gz

    -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Format: 1.7 Date: Wed, 24 Dec 2008 13:06:50 +0200 Source: multi-resolver Binary: multi-resolver Architecture: source all Version: 32 Distribution: feisty Urgency: low Maintainer: Lari Huttunen <debian@huttu.net> Changed-By: Lari Huttunen <debian@huttu.net> Description: multi-resolver - multi-resolver is a parallel DNS resolver Changes: multi-resolver (32) feisty; urgency=low . * Fixed the faulty NULL MX record handling. Files: 104abd2c3a80f00093afefa4d31bc4be 499 net optional multi-resolver_32.dsc 8f6dc854bb1dc5372ec9d624e74f3efd 5810 net optional multi-resolver_32.tar.gz 069565b2bddd98c1d07f2bd740055eb9 5634 net optional multi-resolver_32_all.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (GNU/Linux) iD8DBQFJUhiDpEwQo4SK6/cRAjb1AKCch+zNNw2/N3/Nl7H5chiW2Mx5RACgx/nz KqmL/R55YEZU+cJK+Uk8kAc= =jjIC -----END PGP SIGNATURE-----

    posted 380 days ago

  • multi-resolver multi-resolver-31 file released: multi-resolver_32.dsc

    -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Format: 1.7 Date: Wed, 24 Dec 2008 13:06:50 +0200 Source: multi-resolver Binary: multi-resolver Architecture: source all Version: 32 Distribution: feisty Urgency: low Maintainer: Lari Huttunen <debian@huttu.net> Changed-By: Lari Huttunen <debian@huttu.net> Description: multi-resolver - multi-resolver is a parallel DNS resolver Changes: multi-resolver (32) feisty; urgency=low . * Fixed the faulty NULL MX record handling. Files: 104abd2c3a80f00093afefa4d31bc4be 499 net optional multi-resolver_32.dsc 8f6dc854bb1dc5372ec9d624e74f3efd 5810 net optional multi-resolver_32.tar.gz 069565b2bddd98c1d07f2bd740055eb9 5634 net optional multi-resolver_32_all.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (GNU/Linux) iD8DBQFJUhiDpEwQo4SK6/cRAjb1AKCch+zNNw2/N3/Nl7H5chiW2Mx5RACgx/nz KqmL/R55YEZU+cJK+Uk8kAc= =jjIC -----END PGP SIGNATURE-----

    posted 380 days ago

  • multi-resolver multi-resolver-31 file released: multi-resolver_32_amd64.changes

    -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Format: 1.7 Date: Wed, 24 Dec 2008 13:06:50 +0200 Source: multi-resolver Binary: multi-resolver Architecture: source all Version: 32 Distribution: feisty Urgency: low Maintainer: Lari Huttunen <debian@huttu.net> Changed-By: Lari Huttunen <debian@huttu.net> Description: multi-resolver - multi-resolver is a parallel DNS resolver Changes: multi-resolver (32) feisty; urgency=low . * Fixed the faulty NULL MX record handling. Files: 104abd2c3a80f00093afefa4d31bc4be 499 net optional multi-resolver_32.dsc 8f6dc854bb1dc5372ec9d624e74f3efd 5810 net optional multi-resolver_32.tar.gz 069565b2bddd98c1d07f2bd740055eb9 5634 net optional multi-resolver_32_all.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (GNU/Linux) iD8DBQFJUhiDpEwQo4SK6/cRAjb1AKCch+zNNw2/N3/Nl7H5chiW2Mx5RACgx/nz KqmL/R55YEZU+cJK+Uk8kAc= =jjIC -----END PGP SIGNATURE-----

    posted 380 days ago

  • multi-resolver multi-resolver-31 file released: multi-resolver_32_all.deb

    -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Format: 1.7 Date: Wed, 24 Dec 2008 13:06:50 +0200 Source: multi-resolver Binary: multi-resolver Architecture: source all Version: 32 Distribution: feisty Urgency: low Maintainer: Lari Huttunen <debian@huttu.net> Changed-By: Lari Huttunen <debian@huttu.net> Description: multi-resolver - multi-resolver is a parallel DNS resolver Changes: multi-resolver (32) feisty; urgency=low . * Fixed the faulty NULL MX record handling. Files: 104abd2c3a80f00093afefa4d31bc4be 499 net optional multi-resolver_32.dsc 8f6dc854bb1dc5372ec9d624e74f3efd 5810 net optional multi-resolver_32.tar.gz 069565b2bddd98c1d07f2bd740055eb9 5634 net optional multi-resolver_32_all.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (GNU/Linux) iD8DBQFJUhiDpEwQo4SK6/cRAjb1AKCch+zNNw2/N3/Nl7H5chiW2Mx5RACgx/nz KqmL/R55YEZU+cJK+Uk8kAc= =jjIC -----END PGP SIGNATURE-----

    posted 380 days ago

  • multi-resolver 31

    Fixes a number of bugs present in the rewritten resolver implementation. Most of the fixed bugs were in the parser logic, where else? ;) The new data flow architecture makes it much easier to locate the bugs in the parser logic, since the resolver is just a resolver and the actual driver logic can be implemented elsewhere. I've created a Python based driver for the resolver, which is part of the OpenCollab SDK available at: http://graphingwiki.python-hosting.com/ opencollab-multi-resolver is the command line version of this recursive program logic. In addition to the command line version, we are working on a distributed agent driven version of the program logic... Stay tuned and Merry Christmas... =) svimes out.

    posted by svimes 380 days ago

  • File released: /multi-resolver/multi-resolver-31/multi-resolver_32_amd64.changes

    posted 380 days ago

  • File released: /multi-resolver/multi-resolver-31/multi-resolver_32.dsc

    posted 380 days ago

  • File released: /multi-resolver/multi-resolver-31/multi-resolver_32_all.deb

    posted 380 days ago

  • File released: /multi-resolver/multi-resolver-31/multi-resolver_32.tar.gz

    posted 380 days ago

Rate and Review

Be the first person to add a text review.

Would you recommend this project?






<

Related Projects

multi-resolver Actions

Thanks for your rating!

Would you also like to write a review?





Skip Review

Thanks for your review!

Get credit for your review by logging in via OpenID. Click your account provider:

No Thanks