-
* Object instance pooling (including jdbc database pooling, and snpp connection pooling, it's very easy to make more) [docs]
* Cron functionality [docs]
* More simplified configuration class [docs]
* Abstracted, easy-to-use pooled database connection class [docs]
* Asynchronous logging, and general abstraction of logging [docs]
* A cheap application server [docs]
* An in-memory object cache manager [docs]
* Syslog client [docs]
* A simple HTTP document fetcher [docs]
* A self-refreshing web page cache [docs]
* An SNPP client [docs]
* An algorithm for determining the lowest cost route between two nodes in a graph [docs]
* Probably more -
Just finished rewrite of the Java client for memcached and released it as version 0.9.6.
Meetup.com is currently testing memcached using this client code in our development environment. We plan on launching live with our next large code push.
-
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. -
ManyBrain Java Memcached client built for speed and high-scalability. Takes significant advantage of multi-core systems. Peak performance on loopback network at about number_of_threads = number_of_cores+2 (highly approximate). Throughput loss is gradual tested up to 500 threads. For real networks (with notably more latency than loopback) a few thousand threads should perform well (of course use, -Xss96k or so)
Very high performance for string and small payloads because of streamlined code. Large payloads (i.e., big hashmaps) still benefit, but less so as the Java serialization mechanism is a serious bottleneck.
This API is BETA and is not feature complete (yet). Notably, CAS is not supported.
-
ಕೇರಳದಲ್ಲಿ ವಾಸಿಸುವ ಕನ್ನಡ ಪತ್ರಕರ್ತ. ಅದಕ್ಕೂ ಮೊದಲು ಕೃಷಿಕ.ಶ್ರೀಸಾಮಾನ್ಯರ ಮಳೆಕೊಯ್ಲಿನ ಯಶೋಗಾಥೆಗಳನ್ನು ದಾಖಲಿಸಿ ಮರಳಿ ಮಾಧ್ಯಮಗಳ ಮೂಲಕ ಅವರಿಗೆ ತಲಪಿಸುವ ಕೆಲಸ ಮಾಡುತ್ತಿದ್ದೇನೆ. ನಾನು ಮಳೆಕೊಯ್ಲಿನ ಅ.ಆ.ಇ.ಈ ಕಲಿತದ್ದು ಜನವಿಶ್ವವಿದ್ಯಾಲಯ (ಪೀಪಲ್ಸ್ ಯುನಿವರ್ಸಿಟಿ)ಯಿಂದ.
-
Unicode Conversion Gateway is a web-based proxy server to convert some of the Indian language web pages encoded in proprietary encodings into Unicode. Padma, a popular Firefox extension, is extended and reimplemented in PHP to create this proxy server.