Bug 81366 - New Port: net/p5-Net-OpenDHT
Summary: New Port: net/p5-Net-OpenDHT
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Jean-Yves Lefort
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-05-22 18:40 UTC by Aaron Dalton
Modified: 2005-05-25 09:33 UTC (History)
0 users

See Also:


Attachments
submission.txt (3.31 KB, text/plain)
2005-05-22 18:40 UTC, Aaron Dalton
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Aaron Dalton 2005-05-22 18:40:02 UTC
The Net::OpenDHT module provides a simple interface to the Open DHT 
service. Open DHT is a publicly accessible distributed hash table (DHT) 
service. In contrast to the usual DHT model, clients of Open DHT do not 
need to run a DHT node in order to use the service. Instead, they can 
issue put and get operations to any DHT node, which processes the 
operations on their behalf. No credentials or accounts are required to use 
the service, and the available storage is fairly shared across all active 
clients.

This service model of DHT usage greatly simplifies deploying client 
applications. By using Open DHT as a highly-available naming and storage 
service, clients can ignore the complexities of deploying and maintaining 
a DHT and instead concentrate on developing more sophisticated distributed 
applications.

What this essentially gives you as a Perl author is robust storage for a 
small amount of data. This can be used as a distributed cache or data 
store.

Read the following for full semantics about the Open DHT:

  http://opendht.org/users-guide.html
Comment 1 Jean-Yves Lefort freebsd_committer freebsd_triage 2005-05-24 12:40:23 UTC
Responsible Changed
From-To: freebsd-ports-bugs->jylefort

Take.
Comment 2 Jean-Yves Lefort freebsd_committer freebsd_triage 2005-05-25 09:33:29 UTC
State Changed
From-To: open->closed

Committed, thanks!