Net::DRI 0.40 review

Download
by rbytes.net on

Net::DRI is a collection of object oriented Perl modules that provides an abstract and uniform interface to connect to domain name pr

License: GPL (GNU General Public License)
File size: 0K
Developer: Patrick Mevzek
0 stars award from rbytes.net

Net::DRI is a collection of object oriented Perl modules that provides an abstract and uniform interface to connect to domain name providers, either registries, registrars or an entity at another level.

Thus Net::DRI can be used by a registrar to establish connections with various registries, or by a reseller that needs to connect with its registrar, or by an end client that needs to connect with its provider, be it a registrar or not, without being forced to use the specific interface available from the provider!

Net::DRI can then allow access to functions that were not even available in the native provider interface, such as batch processing. Furthermore, by hiding differences between providers' interfaces, an application using Net::DRI for its connections will almost not have to be changed if there is a need to change providers, or if one provider changes the way it operates (new interface, other protocols, and so on...). With this solution, it is easy to adapt to political or technical changes of its registration providers.

Net::DRI implements many transports and protocols: this allows to take into account specifics of various providers. It is an open framework, and it is easy to add new providers, protocols and transports; it also allows to easily handle cases close to a standard but with few differences. Net::DRI handles synchronous providers (ex: through a web site, the answer comes immediately) as well as asynchronous ones (ex: by email, the answer can come many hours after the request).

Net::DRI implements RRP and EPP, which are two IETF standards. It is the only independant and free implementation of these two standards. Everywhere it is possible, Net::DRI standardizes on EPP (for example for return status codes) by translating other cases to EPP.

Net::DRI can handle many providers simultaneously, even if they offer services in the same domain names, through as many simultaneous connections as needed with various protocols and/or transports for the same provider.

What's New in This Release:
This release adds full support for .BE with EPP, 2 new VeriSign extensions (RGP-Poll and LowBalance), and full support for all kinds of EPP poll results.
The socket transport has a ping() method and can autoreconnect if the connection is broken.
Many bugfixes are also included.

Net::DRI 0.40 search tags