| ledge:/ledge-components/src/main/java/org/objectledge/pipeline/ |
hide Line HistoryConstraint |
Changelog
MAIN:rafal:20080120151717
by rafal on
20 January 2008, 16:17:17 +0100
(11 months ago)
merging in changes made on 0.3,15 branch, most notably Munin monitoring support in statistics
./ConcurrencyControlValve$Threads.munin
1.2
./ConcurrencyControlValve.java
1.9
MAIN:rafal:20080117225717
by rafal on
17 January 2008, 23:57:17 +0100
(11 months ago)
file ConcurrencyControlValve$Threads.munin was initially added on branch BRANCH-0_3_15.
BRANCH-0_3_15:rafal:20080117225717
by rafal on
17 January 2008, 23:57:17 +0100
(11 months ago)
CYKLO-485 ConcurrencyControlValve adjusted to Munin monitoring
./ConcurrencyControlValve$Threads.munin
1.1.2.1
./ConcurrencyControlValve.java
1.8.2.1
MAIN:rafal:20050804115409
by rafal on
04 August 2005, 13:54:09 +0200
(3 years 5 months ago)
added the possibility to configure the valve using XML file
./ConcurrencyControlValve.java
1.8
./ConcurrencyControlValve.rng
1.1
MAIN:pablo:20050722171937
by pablo on
22 July 2005, 19:19:40 +0200
(3 years 5 months ago)
changes from Damian
./ErrorHandlingPipeline.java
1.5
./package.html
1.1
MAIN:rafal:20050516095505
by rafal on
16 May 2005, 11:55:06 +0200
(3 years 7 months ago)
graph labels, formatting
./ConcurrencyControlValve.java
1.7
MAIN:rafal:20050516095155
by rafal on
16 May 2005, 11:51:56 +0200
(3 years 7 months ago)
remove argument that is rarely (if at all used)
./ConcurrencyControlValve.java
1.6
MAIN:rafal:20050516093725
by rafal on
16 May 2005, 11:37:26 +0200
(3 years 7 months ago)
more terse naming convention for the ReflectiveStatisticsProvider
./ConcurrencyControlValve.java
1.5
MAIN:rafal:20050516093147
by rafal on
16 May 2005, 11:31:47 +0200
(3 years 7 months ago)
obey the interim DS namin conversion
./ConcurrencyControlValve.java
1.4
MAIN:rafal:20050516070506
by rafal on
16 May 2005, 09:05:06 +0200
(3 years 7 months ago)
use fair (FIFO) semaphore - just in case. It's extremely unlikely that it would come up as a performance bottleneck.
./ConcurrencyControlValve.java
1.3
MAIN:rafal:20050516061423
by rafal on
16 May 2005, 08:14:25 +0200
(3 years 7 months ago)
reverse the dependency between Statistics and StatisticProviders - this way it's cleaner, does not force providers to implement Startable and avoids problems with registering providers after the Stati…
./ConcurrencyControlValve.java
1.2
MAIN:rafal:20050516055352
by rafal on
16 May 2005, 07:53:52 +0200
(3 years 7 months ago)
A valve for concurency measuring / throttling
./ConcurrencyControlValve.java
1.1
MAIN:pablo:20050214181224
by pablo on
14 February 2005, 19:12:36 +0100
(3 years 10 months ago)
better double error handling
./ErrorHandlingPipeline.java
1.4
MAIN:rafal:20041223071600
by rafal on
23 December 2004, 08:16:34 +0100
(4 years ago)
JavaDocs
./ErrorHandlingPipeline.java
1.3
MAIN:fil:20040625125343
by fil on
25 June 2004, 14:53:43 +0200
(4 years 6 months ago)
log exceptions with DEBUG verbosity - they are handled elsewhere
./ErrorHandlingPipeline.java
1.2
MAIN:fil:20040123084726
by fil on
23 January 2004, 09:47:26 +0100
(4 years 11 months ago)
Pipeline -> ErrorHandlingPipeline
./ErrorHandlingPipeline.java
1.1
./Pipeline.java
1.15
MAIN:fil:20040123083730
by fil on
23 January 2004, 09:37:30 +0100
(4 years 11 months ago)
added plain implementation
./SimplePipeline.java
1.1
MAIN:fil:20040123083719
by fil on
23 January 2004, 09:37:19 +0100
(4 years 11 months ago)
reworded javadoc
./Pipeline.java
1.14
MAIN:fil:20040123081704
by fil on
23 January 2004, 09:17:05 +0100
(4 years 11 months ago)
PipelineProcessingException -> ProcessingException + made it a checked exception
./PipelineProcessingException.java
1.2
./ProcessingException.java
1.1
./Valve.java
1.2
MAIN:fil:20040122151509
by fil on
22 January 2004, 16:15:15 +0100
(4 years 11 months ago)
Valve was upgraded into interface into it's own right. now, the process method may be given Context explicitly, which allows removing it from many constructors, and throwing ProcessingException explic…
./Pipeline.java
1.13
./Valve.java
1.1
MAIN:pablo:20040121132202
by pablo on
21 January 2004, 14:22:02 +0100
(4 years 11 months ago)
make PIPELINE_EXCEPTION key public
./Pipeline.java
1.12
MAIN:fil:20040114105756
by fil on
14 January 2004, 11:57:56 +0100
(4 years 11 months ago)
those should never be needed
./Pipeline.java
1.11
MAIN:fil:20040112150057
by fil on
12 January 2004, 16:00:59 +0100
(4 years 11 months ago)
moved the PipelineProcessingException to the proper module
./PipelineProcessingException.java
1.1
MAIN:fil:20040112102948
by fil on
12 January 2004, 11:29:48 +0100
(4 years 11 months ago)
added class javadoc
./Pipeline.java
1.10
MAIN:fil:20040112092723
by fil on
12 January 2004, 10:27:23 +0100
(4 years 11 months ago)
put the try section exception into the context, so that catch valves may pick it up
./Pipeline.java
1.9
MAIN:fil:20040108163342
by fil on
08 January 2004, 17:33:42 +0100
(5 years ago)
handle Errors in additions to Exceptions log exceptions happening at all stages make sure that all finally valves are invoked
./Pipeline.java
1.8
RELEASE-0_1:fil:20040106214811
by fil on
06 January 2004, 22:48:14 +0100
(5 years ago)
removing things that don't belong in the 0.1 release
./Pipeline.java
1.7.2.1
MAIN:pablo:20031230145939
by pablo on
30 December 2003, 15:59:39 +0100
(5 years ago)
logger added
./Pipeline.java
1.7
MAIN:pablo:20031223170638
by pablo on
23 December 2003, 18:06:38 +0100
(5 years ago)
simple processing added
./Pipeline.java
1.6
MAIN:pablo:20031222165352
by pablo on
22 December 2003, 17:53:52 +0100
(5 years ago)
bug fixed, some getters added
./Pipeline.java
1.5
|