SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 

spymemcached rpm build for : OpenSuSE. For other distributions click spymemcached.

Name : spymemcached
Version : 2.12.3 Vendor : obs://build_opensuse_org/Java
Release : 2.10 Date : 2022-05-05 08:24:21
Group : Development/Libraries/Java Source RPM : spymemcached-2.12.3-2.10.src.rpm
Size : 0.35 MB
Packager : (none)
Summary : A simple, asynchronous, single-threaded memcached client
Description :
A simple, asynchronous, single-threaded memcached client written in java.

• Efficient storage of objects. General serializable objects are stored in
their serialized form and optionally compressed if they meet criteria. Certain
native objects are stored as tightly as possible (for example, a Date object
generally consumes six bytes, and a Long can be anywhere from zero to eight
bytes).

• Resilient to server and network outages. In many cases, a client operation
can be replayed against a server if it goes away and comes back. In cases where
it can’t, it will communicate that as well. An exponential backoff reconnect
algorithm is applied when a memcached becomes unavailable, but asynchronous
operations will queue up for the server to be applied when it comes back
online.

• Operations are asynchronous. It is possible to issue a store and continue
processing without having to wait for that operation to finish. It is even
possible to issue a get, do some further processing, check the result of the
get and cancel it if it doesn’t return fast enough.

• There is only one thread for all processing. Regardless of the number of
requests, threads using the client, or servers to which the client is
connected, only one thread will ever be allocated to a given MemcachedClient.

• Aggressively optimized. There are many optimizations that combine to provide
high throughput.

RPM found in directory: /packages/linux-pbone/ftp5.gwdg.de/pub/opensuse/repositories/Java:/packages/openSUSE_Slowroll/noarch

Content of RPM  Changelog  Provides Requires

Download
ftp.icm.edu.pl  spymemcached-2.12.3-2.10.noarch.rpm
ftp.icm.edu.pl  spymemcached-2.12.3-2.10.noarch.rpm
     

Provides :
mvn(net.spy:spymemcached)
mvn(net.spy:spymemcached:pom:)
spymemcached

Requires :
java-headless >= 1.8
javapackages-filesystem
rpmlib(CompressedFileNames) <= 3.0.4-1
rpmlib(FileDigests) <= 4.6.0-1
rpmlib(PayloadFilesHavePrefix) <= 4.0-1
rpmlib(PayloadIsZstd) <= 5.4.18-1


Content of RPM :
/usr/share/doc/packages/spymemcached
/usr/share/doc/packages/spymemcached/README.markdown
/usr/share/java/spymemcached.jar
/usr/share/licenses/spymemcached
/usr/share/licenses/spymemcached/LICENSE.txt
/usr/share/maven-metadata/spymemcached.xml
/usr/share/maven-poms/spymemcached.pom

 
ICM