Paketname | libpoe-component-client-dns-perl |
Beschreibung | DNS client component for POE |
Archiv/Repository | Offizielles Ubuntu Archiv lucid (universe) |
Version | 1:1.03-1 |
Sektion | universe/perl |
Priorität | extra |
Installierte Größe | 92 Byte |
Hängt ab von | perl (>= 5.6.0-16), libpoe-perl (>= 2:0.31), libnet-dns-perl (>= 0.59) |
Empfohlene Pakete | |
Paketbetreuer | Ubuntu MOTU Developers |
Quelle | |
Paketgröße | 18320 Byte |
Prüfsumme MD5 | 5707ca4c5aa0e7ab753530a43f73ab1a |
Prüfsumme SHA1 | 1fff20a2c8cae9305fdbbe20da68883960e0d7c2 |
Prüfsumme SHA256 | e766302911bcdaa70530db3c5e1d31abc223144c1623df8bab13fae89c37f209 |
Link zum Herunterladen | libpoe-component-client-dns-perl_1.03-1_all.deb |
Ausführliche Beschreibung | POE::Component::Client::DNS is a wrapper for non-blocking Net::DNS.
It lets other tasks to run while something is waiting for a nameserver
to respond, and it lets several DNS queries run in parallel.
.
DNS client components are not proper objects. Instead of being
created, as most objects are, they are "spawned" as separate sessions.
To avoid confusion (and hopefully not cause other confusion), they
must be spawned with a spawn method, not created anew with a new
one.
|