1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
|
Source: libswarmcache-java
Section: contrib/libs
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders: Varun Hiremath <varunhiremath@gmail.com>, Torsten Werner <twerner@debian.org>
Build-Depends: cdbs, debhelper (>= 5)
Build-Depends-Indep: ant, java-gcj-compat-dev, libcommons-collections-java,
libcommons-logging-java, libjgroups-java, libservlet2.4-java
Standards-Version: 3.7.2
Homepage: http://swarmcache.sourceforge.net/
Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/libswarmcache-java
Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/libswarmcache-java
Package: libswarmcache-java
Architecture: all
Depends: ${shlibs:Depends}, ${misc:Depends}, java-gcj-compat | java1-runtime | java2-runtime
Description: simple, yet powerful distributed caching mechanism for Java
SwarmCache is a simple but effective distributed cache. It uses IP
multicast to efficiently communicate with any number of hosts on a LAN.
It is specifically designed for use by clustered, database-driven web
applications. Such applications typically have many more read
operations than write operations, which allows SwarmCache to deliver
the greatest performance gains. SwarmCache uses JavaGroups internally
to manage the membership and communications of its distributed cache.
|