| Projects on Google Code | Results 1 - 10 of 13 |
This project is a [http://en.wikipedia.org/wiki/Thread_pool_pattern Thread Pool pattern] implementation in c++ for the unix/Linux environment.
This project is an endeavor to create a seamless thread pool lib which would aim to provide support for runtime administration of it.
Please download the...
SPServer is a server framework library written on C++ that implements the [http://www.cs.wustl.edu/~schmidt/PDF/HS-HA.pdf Half-Sync/Half-Async] and [http://www.cs.wustl.edu/~schmidt/PDF/lf.pdf Leader/Follower] patterns. It's based on [http://www.monkey.org/~provos/libevent/ libevent] in order to uti...
= ThreadPool Component =
The ThreadPool is a component in which other components can get jobs executed.
The API has three important functions:
=== ThreadPool(max_workers=5, kill_workers_after=3) ===
Constructor function
* max_workers is the maximum number of threads used in/by the pool.
...
Vatata's miniutil library is lightweight and portable (for linux/windows ) The C++ Class Library included threadpool, dll danymic loading, server, httpserver/servlet, etc. it is a pratical utility for who don't want learn or include Boost/ACE in theirselves project.
This Python library enables one to create a pool of processors for executing processes. Hosts can be added to and removed from the pool.
The concurrent programming on Windows are exposed in C APIs. Programming on these kinds of APIs is tedious and err-prone. This project tries to create basic C++ toolkit for Windows current programming. It focuses on the latest available Windows Concurrent technology. It also tries to avoid having de...
This can be used in any project for controlling the number of threads running at any instance of time. For instance may be a part of Data base Connection pooling.
run as a daemon server for the client to communicate.
=Concept=
Similar to [http://developer.apple.com/documentation/GraphicsImaging/Reference/IKImageBrowserView/IKImageBrowserView_Reference.html IKImageBrowserView], but supports arbitrary drawing via icon subclasses, and is compatible with 10.4. A single-column view that scales icons to fit containe...
*GParallelizer* offers Groovy developers intuitive ways to handle tasks concurrently.
=Project moved and renamed=
The *GParallelizer* project has been renamed to *GPars (Groovy Parallel Systems)* and has moved to [http://gpars.codehaus.org]
*GParallelizer 0.8.4* is the last official release...