Menu

Easy netconnect library w/ DNS SRV RR / News: Recent posts

SRVproxyHTTP makes web connections reliable

SRVproxy is an application of the libsrv library that makes network connections in a simple and reliable manner. Both packages can be found on
http://libsrv.SourceForge.net

The libsrv library supports network connecting with high reliability of success, and the SRVproxyHTTP is a proxy for HTTP that relays requests through SRV records if it can, and through A records if it must. It interprets multiple IP numbers for a server correctly, handles load balancing and fallbacks as set in SRV records, and generally tries anything you could think of to connect.... read more

Posted by Rick van Rein 2002-10-02

SRV records make network connections simple and reliable

The libsrv library is intended to provide easy-to-program network connections with a high reliability of succeeding. Its 1.0 release can be found on
http://libsrv.SourceForge.net

SRV records are a standard feature in DNS that allow an admin to point traffic for a particular protocol to the server and port number of choice; furthermore, these records support load balancing and fallback servers.

Programming for SRV records is a hard task, because their interpretation requires client-side code to handle the complexity of load balancing and fallbacks. This is precisely where libsrv kicks in -- it makes these connections child's play.... read more

Posted by Rick van Rein 2002-10-02
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.