List of Free code Thread
Projects
-
AOXP Server
A Java multi threaded implementation of the AO server.
-
Curity
A Java library with data structures developed for various projects. Many of the structures have to do with concurrency and thread safety.
-
DAGExecutor
A library that executes sets of Java tasks with respect to dependencies between each task. Each task is a Runnable object, and arbitrary directed acyclic graphs of dependencies and tasks can be executed, either with unlimited threads, or in by a fixed number of threads.
-
dimdwarf
Distributed application server for Java. You write single threaded, event driven POJO code the server makes it multi threaded, persisted and transactional. Designed for the needs of online games. Compatible with Project Darkstar (now RedDwarf).
-
eos http server
A simple multi threaded web server written in Java.
-
java memcached client
A simple, asynchronous, single threaded memcached client written in java.
-
Java Thread Affinity
Control thread affinity for Java.
-
java web server
A simple multi threaded HTTP server written in Java for educational or experimental purposes.
-
jirm
A Java Immutable object Relational Mapper focused on simplicity, convenience, and thread safety.
-
jpef
Java Parallel Execution Framework a simple API for parallel execution of existing single threaded code.
-
jsched
a simple (and braindead) single threaded framework for coroutines in Java.
-
kilim
Lightweight threads for Java , with message passing, nio, http and scheduling support.
-
kilim erjang
CLONE OF: Kilim a message passing framework for Java that provides ultra lightweight threads.
-
Okapi Cluster Framework
The Okapi Cluster Framework is designed to allow general purpose programming to take advantage of several network nodes by allowing work to be farmed from those nodes, while exposing an API similar to the Java Thread API.
-
sesame loader
Loads data into an sesame repository using multiple threads per file without any server over head.
-
threaded robot framework
An experimental Java framework for FIRST Robotics Competition robots that allows multiple tasks to run and perform blocking operations independently. This has not yet been tested. It is not recommended for competition use.
-
weave
Weave : Running YARN apps is as easy as running Java threads.
-
Web Server
multi threaded web server written in Java.