Browsing projects by Tag(s)

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

Showing page 1 of 1

This Perl module provides thread-safe FIFO queues that can be accessed safely by any number of threads.

0
 
  0 reviews  |  0 users  |  1,071 lines of code  |  1 current contributor  |  Analyzed over 2 years ago
 
 

Some data structure implementation and the wrappers of something.

0
 
  0 reviews  |  0 users  |  4,028 lines of code  |  0 current contributors  |  Analyzed about 2 years ago
 
 

This is a simple single-class work queue using a pool of thread to execute jobs. It is designed to work in J2ME environment. It lacks features like job cancellation, stats or clean shutdown procedure, but I wanted to keep it simple. Get the code: ... [More] http://j2meworkqueue.googlecode.com/svn/trunk/src/WorkQueue.java Here is a sample usage: [...] final WorkQueue q = new WorkQueue(3); final Runnable r = new Runnable() { public void run() { System.out.println(Thread.currentThread().getName()); } }; for (int i = 0; i < 10; i++) q.execute(r); [...] [Less]

0
 
  0 reviews  |  0 users  |  46 lines of code  |  0 current contributors  |  Analyzed 5 days ago
 
 

This PHP application is used to setup a simple job/queue system.

0
 
  0 reviews  |  0 users  |  0 current contributors  |  Analyzed 2 days ago
 
 

Thread safe MVC Framework for Java 6: - Layered Controller Architecture (System, Service, Application) - Notification: Hierarchical, Secured, Optimized, Ordered and Queued - Typed Framework, Aspect Programming Support - Utils, Adapters, Plugins, etc

0
 
  0 reviews  |  0 users  |  0 current contributors
 
 
 
 

Creative Commons License Copyright © 2013 Black Duck Software, Inc. and its contributors, Some Rights Reserved. Unless otherwise marked, this work is licensed under a Creative Commons Attribution 3.0 Unported License . Ohloh ® and the Ohloh logo are trademarks of Black Duck Software, Inc. in the United States and/or other jurisdictions. All other trademarks are the property of their respective holders.