diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-12-13 12:15:37 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-12-13 12:15:37 +0000 |
commit | 498b77f3cf7a9d8d4e37b521fdd40b1ca0bc1bcc (patch) | |
tree | 7bf444788ef7a540961c65c46ab5698e6516e078 /devel/p5-POE-Component-Client-DNS/pkg-descr | |
parent | add p5-POE-Component-JobQueue (diff) |
add p5-POE-Component-Client-DNS
POE component for non-blocking/concurrent DNS queries
PR: 32779
Submitted by: Sergey Skvortsov <skv@protey.ru>
Diffstat (limited to 'devel/p5-POE-Component-Client-DNS/pkg-descr')
-rw-r--r-- | devel/p5-POE-Component-Client-DNS/pkg-descr | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/devel/p5-POE-Component-Client-DNS/pkg-descr b/devel/p5-POE-Component-Client-DNS/pkg-descr new file mode 100644 index 000000000000..8603ca13ed78 --- /dev/null +++ b/devel/p5-POE-Component-Client-DNS/pkg-descr @@ -0,0 +1,8 @@ +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. + +WWW: http://search.cpan.org/search?dist=POE-Component-Client-DNS + +-- Sergey Skvortsov +skv@protey.ru |