[DRE-maint] syncache_1.0-1_amd64.changes is NEW

Debian FTP Masters ftpmaster at ftp-master.debian.org
Wed Sep 14 11:47:27 UTC 2011


(new) syncache_1.0-1.debian.tar.gz optional ruby
(new) syncache_1.0-1.dsc optional ruby
(new) syncache_1.0-1_all.deb optional ruby
Thread-safe time-limited cache for Ruby
 SynCache stores cached objects in a Hash that is protected by an advanced
 two-level locking mechanism which ensures that:
 .
  * Multiple threads can add and fetch objects in parallel.
  * While one thread is working on a cache entry, other threads can access
    the rest of the cache with no waiting on the global lock, no race
    conditions nor deadlock or livelock situations.
  * While one thread is performing a long and resource-intensive
    operation, other threads that request the same data will be put on hold,
    and as soon as the first thread completes the operation, the result will be
    returned to all threads.
 .
 This package provides SynCache module for Ruby and a DRb server that exports a
 SynCache::Cache object for use in Ruby programs.
(new) syncache_1.0.orig.tar.gz optional ruby
Changes: syncache (1.0-1) unstable; urgency=low
 .
  * Initial release. Closes: #573966 (ITP).


Override entries for your package:

Announcing to debian-devel-changes at lists.debian.org
Closing bugs: 573966 


Your package contains new components which requires manual editing of
the override file.  It is ok otherwise, so please be patient.  New
packages are usually added to the override file about once a week.

You may have gotten the distribution wrong.  You'll get warnings above
if files already exist in other distributions.



More information about the Pkg-ruby-extras-maintainers mailing list