| ledge:/ledge-components/src/main/java/org/objectledge/threads/ |
hide Line HistoryConstraint |
Changelog
MAIN:rafal:20071221000522
by rafal on
21 December 2007, 01:05:22 +0100
(12 months ago)
tracking memory leak: anything in thread's context that was not taken care of by the cleanup valve needs to be dropped to the GC
./impl/Daemon.java
1.5
./impl/Worker.java
1.7
MAIN:zwierzem:20060208181937
by zwierzem on
08 February 2006, 19:19:37 +0100
(2 years 10 months ago)
Introducing generics
./ThreadPool.java
1.11
./impl/WorkerPool.java
1.8
MAIN:rafal:20050210174608
by rafal on
10 February 2005, 18:47:03 +0100
(3 years 10 months ago)
commented empty block
./ThreadPool.java
1.10
./impl/Daemon.java
1.4
./impl/Worker.java
1.6
MAIN:rafal:20050209220213
by rafal on
09 February 2005, 23:02:24 +0100
(3 years 10 months ago)
increasing method visibility to get rid of unnecessary synthetic accessors, as reported by JDT compiler
./impl/WorkerPool.java
1.7
MAIN:rafal:20041227051730
by rafal on
27 December 2004, 06:17:55 +0100
(4 years ago)
JavaDocs
./ThreadPool.java
1.9
./impl/Daemon.java
1.3
./impl/Worker.java
1.5
MAIN:rafal:20041223071600
by rafal on
23 December 2004, 08:16:34 +0100
(4 years ago)
JavaDocs
./impl/WorkerPool.java
1.6
MAIN:fil:20040217154842
by fil on
17 February 2004, 16:48:44 +0100
(4 years 10 months ago)
updated to pico 1.0-b5 / nano 1.0-b1
./ThreadPool.java
1.8
./impl/Daemon.java
1.2
./impl/Worker.java
1.4
./impl/WorkerPool.java
1.5
MAIN:fil:20040202160636
by fil on
02 February 2004, 17:06:36 +0100
(4 years 11 months ago)
made thread pool configurable
./ThreadPool.java
1.7
./ThreadPool.rng
1.1
MAIN:fil:20040202142424
by fil on
02 February 2004, 15:24:24 +0100
(4 years 11 months ago)
use getWorker(), improved coverage
./impl/WorkerPool.java
1.4
MAIN:fil:20040202135123
by fil on
02 February 2004, 14:51:23 +0100
(4 years 11 months ago)
implemented scheduling task and task queue
./impl/WorkerPool.java
1.3
MAIN:fil:20040202135054
by fil on
02 February 2004, 14:50:54 +0100
(4 years 11 months ago)
added notion of worker pool capacity, run worker scheduling task, stopping workers is now delegated to worker pool
./ThreadPool.java
1.6
MAIN:fil:20040202130649
by fil on
02 February 2004, 14:06:49 +0100
(4 years 11 months ago)
fixed a few bugs, simplified error handling
./impl/Worker.java
1.3
MAIN:fil:20040202095423
by fil on
02 February 2004, 10:54:23 +0100
(4 years 11 months ago)
removed duplicated task variables, improved some debug messages implemented stop() method
./impl/Worker.java
1.2
MAIN:fil:20040202092135
by fil on
02 February 2004, 10:21:35 +0100
(4 years 11 months ago)
don't throw ProcessingException - pool exhaustion should not be fatal
./ThreadPool.java
1.5
./impl/WorkerPool.java
1.2
MAIN:fil:20040130155227
by fil on
30 January 2004, 16:52:33 +0100
(4 years 11 months ago)
implemented workers, no tests yet
./ThreadPool.java
1.4
./impl/Worker.java
1.1
./impl/WorkerPool.java
1.1
MAIN:fil:20040130143952
by fil on
30 January 2004, 15:39:53 +0100
(4 years 11 months ago)
reworked ThreadPool API, implemented internals
./Task.java
1.2
./ThreadPool.java
1.3
./impl/Daemon.java
1.1
MAIN:pablo:20040122155314
by pablo on
22 January 2004, 16:53:14 +0100
(4 years 11 months ago)
persistence added, database utils added, thread javadocs added
./ThreadPool.java
1.2
MAIN:fil:20040122085326
by fil on
22 January 2004, 09:53:26 +0100
(4 years 11 months ago)
outlined ThreadPool component
./Task.java
1.1
./ThreadPool.java
1.1
|