DEBFIND Suche nach Debian-Paketen

Suchplatform für Softwarepakete und Archive Debian-basierter Linux-Distributionen

beta ! Diese website wird noch weiterentwickelt.

Liste aller Kategorien/Sektionen | Suchmaske | Haftungsausschluß

Paketbeschreibung


Paketnamelibnet-dns-async-perl
BeschreibungAsynchronous DNS helper for high volume perl applications
Archiv/RepositoryOffizielles Debian Archiv squeeze (main)
Version1.07-1
Sektionperl
Prioritätoptional
Installierte Größe64 Byte
Hängt ab vonperl (>= 5.6.0-16), libnet-dns-perl
Empfohlene Pakete
PaketbetreuerDebian Perl Group
Quelle
Paketgröße8670 Byte
Prüfsumme MD576154769f3d366ba6ee13f918bcd31d9
Prüfsumme SHA183799a6e770009eb05fa6fe3deb3c1f1e7d25de2
Prüfsumme SHA2561ba173d7035a802356a6c7ff764314ae1ffbbe0dc11be41a9c12888ee77a5e7e
Link zum Herunterladenlibnet-dns-async-perl_1.07-1_all.deb
Ausführliche BeschreibungNet::DNS::Async is a fire-and-forget asynchronous DNS helper. That is, the user application adds DNS questions to the helper, and the callback will be called at some point in the future without further intervention from the user application. The application need not handle selects, timeouts, waiting for a response or any other such issues. . If the same query is added to the queue more than once, the module may combine the queries; that is, it will perform the query only once, and will call each callback registered for that query in turn, passing the same Net::DNS::Response object to each query. For this reason, you should not modify the Net::DNS::Response object in any way lest you break things horribly for a subsequent callback. . This module is similar in principle to POE::Component::Client::DNS, but does not require POE.


Impressum
Linux is a registered trademark of Linus Torvalds