The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Search results for "distribution:Net-DNSServer Net::DNS::Resolver"

Net::DNSServer::DBMCache - AnyDBM_File DNS Cache resolver River stage zero No dependents

A Net::DNSServer::Base which uses AnyDBM_File with locking to implement a DNS Cache on disk to allow the cache to be shared across processes. This is useful if the server forks (Net::Server::PreFork) and to preserve memory by not having to store larg...

BBB/Net-DNSServer-0.11 - 13 Nov 2002 20:07:05 UTC

Net::DNSServer::SharedCache - IPC::SharedCache DNS Cache resolver River stage zero No dependents

A Net::DNSServer::Base which uses IPC::SharedCache to implement a DNS Cache in shared memory to allow the cache to be shared across processes. This is useful if the server forks (Net::Server::PreFork). This resolver will cache responses that another ...

BBB/Net-DNSServer-0.11 - 13 Nov 2002 20:07:05 UTC

Net::DNSServer::Proxy - Forwards requests to another DNS server River stage zero No dependents

This resolver does not actually do any resolving itself. It simply forwards the request to another server and responds with whatever the response is from other server. new The new() method takes a hash ref of properties. real_dns_server (optional) Th...

BBB/Net-DNSServer-0.11 - 13 Nov 2002 20:07:05 UTC

Net::DNSServer - Perl module to be used as a name server River stage zero No dependents

Net::DNSServer will run a name server based on the Net::DNSServer::Base resolver objects passed to it. Usually the first resolver is some sort of caching resolver. The rest depend on what kind of name server you are trying to run. The run() method ne...

BBB/Net-DNSServer-0.11 - 13 Nov 2002 20:07:05 UTC

Net::DNSServer::DBI - SQL backend for resolving DNS queries River stage zero No dependents

This resolver translates a DNS query into an SQL query. The answer from the SQL server is translated back into a DNS response and sent to the DNS client. This module requires an external database server to be running and the DBI / DBD::* API Interfac...

BBB/Net-DNSServer-0.11 - 13 Nov 2002 20:07:05 UTC

Net::DNSServer::Base - This is meant to be the base class for all resolving module handlers. River stage zero No dependents

The main invoker program should call the new() method for each resolver to create an instance of each. Each resolver ISA Net::DNSServer::Base which must explicitly define a resolve() method. A reference to a list of these objects is passed to run() a...

BBB/Net-DNSServer-0.11 - 13 Nov 2002 20:07:05 UTC

Net::DNSServer::Cache River stage zero No dependents

This resolver will cache responses that another module resolves complying with the corresponding TTL of the response. It cannot provide resolution for a request unless it already exists within its cache. Note: This resolver may not work properly with...

BBB/Net-DNSServer-0.11 - 13 Nov 2002 20:07:05 UTC
7 results (0.031 seconds)