Tags : Browse Projects

Select a tag to browse associated projects and drill deeper into the tag cloud.

Greyhole

Compare

  Analyzed about 15 hours ago

Greyhole is an application that uses Samba to create a storage pool of all your available hard drives (whatever their size, however they're connected), and allows you to create redundant copies of the files you store, in order to prevent data loss when part of your hardware fails.

21.1K lines of code

2 current contributors

3 months since last commit

2 users on Open Hub

Very Low Activity
5.0
 
I Use This

Ampoule

Compare

  No analysis available

ampoule is a process pool implementation written on top of Twisted Matrix. Its name comes from the use of AMP as the default communication protocol between the pool and all its children. It's different from other alternative solutions because it provides an API that is very close to the ThreadPool ... [More] built into Twisted itself. It also provides the helper function deferToAMPProcess that is also conceptually similar to deferToThread. [Less]

0 lines of code

0 current contributors

0 since last commit

1 users on Open Hub

Activity Not Available
0.0
 
I Use This
Mostly written in language not available
Licenses: mit

PoolSharp

Compare

  Analyzed about 7 hours ago

PoolSharp is a simple, light weight, thread safe object pool.

3.18K lines of code

0 current contributors

5 months since last commit

1 users on Open Hub

Very Low Activity
0.0
 
I Use This
Tags net pool

PySQLPool

Compare

  Analyzed about 2 hours ago

PySQLPool is at the heart a MySQL Connection Pooling library for use with the MySQLDB Python bindings. Part of the PySQLPool is the MySQL Query class that handles all the thread safe connection locking, connection management in association with the Connection Manager, and cursor management. ... [More] Leaving all the work you have to do in your code is write MySQL Queries. Saving you hours of work. Bugs, Issue Tracking, Blueprints are all managed at http://launchpad.net/pysqlpool [Less]

7.84K lines of code

0 current contributors

about 10 years since last commit

1 users on Open Hub

Inactive
0.0
 
I Use This

NPS Pthread Pool Library

Compare

  Analyzed about 7 hours ago

A simple library implementing a thread pool in C, using POSIX threads. The library has been tested to work with both LinuxThreads and NPTL. Features: multiple worker pools, manager-free design (no thread overhead), asynchronous cancellation safe design, fork-safe design, very few dependencies, automated unit testing, well-documented.

10.1K lines of code

0 current contributors

almost 7 years since last commit

1 users on Open Hub

Inactive
0.0
 
I Use This

Vibur DBCP

Compare

  Analyzed about 20 hours ago

Concurrent, fast, and fully-featured JDBC connection pool, which provides a non-starvation guarantee for application threads, statement caching, slow SQL queries detection and logging, and Hibernate integration, among other features.

4.43K lines of code

0 current contributors

about 4 years since last commit

1 users on Open Hub

Inactive
5.0
 
I Use This

Vibur Object Pool

Compare

  Analyzed 1 day ago

Vibur Object Pool is a general-purpose concurrent Java object pool that is built entirely using standard Java concurrency utilities, does not use any synchronized blocks or methods, and does not have any external dependencies.

1.23K lines of code

4 current contributors

about 4 years since last commit

1 users on Open Hub

Inactive
5.0
 
I Use This

Stormpot

Compare

  Analyzed about 23 hours ago

Stormpot is an object pooling library for Java. Use it to recycle objects that are expensive to create. The library will take care of creating and destroying your objects in the background. It features a simple API and is very well tested.

9.53K lines of code

2 current contributors

almost 3 years since last commit

0 users on Open Hub

Inactive
0.0
 
I Use This