3 projects tagged "Scalability"
Java Gearman Service is a Java implementation of the gearman service, which provides a generic application framework that farms work out to other machines or processes that are better suited to do the work. It allows you to do work in parallel, to load balance processing, and to call functions in other languages. It can be used in a variety of applications, from high-availability Web sites to the transport of database replication events.
WiredTiger is an extensible platform for data management. Its storage engine is optimized for high-throughput, big data applications. It can be configured for write-optimized (row-store) or read-optimized (column-store) access, as well as a hybrid of both. It separates the on-disk and in-memory representations of data, leading to a simpler, more compact file format and a large block I/O tailored for modern storage systems.
A Java based BPM framework to build workflow management systems in a fast and easy way.