Pages: « Previous 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 Next »
Summary Period: 2002-09-04 to 2002-08-08 (Commits 1489-1538 of 3188)
Implement timeout field to know when to rethrow exceptions in
script execution as TimeoutExceptions. The field is set to true in abort()
and set to false in enterContext().
19 lines of code changed in:
rethrow TimeoutExceptions caught in Macro execution.
2 lines of code changed in:
Log abort messages to the access log instead of the event log to give a
better idea about request activity and the ratio between successful/aborted requests.
1 lines of code changed in:
Call abort() on the scriptingEngine to let it know that the current
execution is being aborted.
3 lines of code changed in:
Added abort() method to let the Engine/Evaluator know that the current
execution is being aborted (usually due to a request timeout).
15 lines of code changed in:
Updated version string.
1 lines of code changed in:
Do not call stop() method on threads when aborting a transaction.
The method is deprecated, and it seemed to leave db connections in an
unreclaimable state.
2 lines of code changed in:
Do not try to perform path translation relative to the servlet mountpoint
since this is done already by the servlet container.
3 lines of code changed in:
Added <hr> to list of recognized HTML tags.
1 lines of code changed in:
- GroupObject no longer extends Hashtable but now holds two tables, one for
primitive properties and one for children-references -> added methods to access
properties of GroupObjects.
- GroupObjects are constructed with state LOCAL only but are made
REPLICATED by the save() method too.
178 lines of code changed in:
- minor performance improvements
- cleanup import statements, logging, formatting
96 lines of code changed in:
put STATE_TRANSFER back in the stack
2 lines of code changed in:
no message
42 lines of code changed in:
made Group use the STATE_TRANSFER functions again for the final
retrieval of the message queue.
rewrote prefetchState() to contact other members (more than just the
coordinator) on wheter they can provide state.
76 lines of code changed in:
made Group use the STATE_TRANSFER functions again for the final
retrieval of the message queue.
91 lines of code changed in:
finer distinction between exceptions with net statetransferexception
7 lines of code changed in:
shrunk interface as we use STATE_TRANSFER for the final catching up
4 lines of code changed in:
use TimeoutException again
7 lines of code changed in:
added sleep method
5 lines of code changed in:
temporary fix: made Xml.write() use default UTF-8 encoding.
1 lines of code changed in:
add queue objects in a synchronized block
11 lines of code changed in:
made XmlDatabase use the app's charset
(app.properties/charset=ISO...)
new method: Application.getCharset()
6 lines of code changed in:
- formatting fixes
- mods to JG-config
- updated version to 0.2
- updated test apps
30 lines of code changed in:
only start one ErrorReset-thread
19 lines of code changed in:
formatting fixes
19 lines of code changed in:
added a simply cache-mechanism to getMethod()
15 lines of code changed in:
addMessage() doesn't throw an Exception anymore.
6 lines of code changed in:
improved callback method handle()
56 lines of code changed in:
made reference to Group non-static.
2 lines of code changed in:
added comments, rearranged order of methods
60 lines of code changed in:
- shrunk StateTransferListener interface
- cleanup
- added comments, flattened import statements
- clean exceptions
205 lines of code changed in:
replaced getApp() with evaluator.reval.app
2 lines of code changed in:
implemented static factory-method in Group instead of multi-param constructors
66 lines of code changed in:
added default vars
14 lines of code changed in:
added configFromProperties() to bundle properties-parsing in one class
37 lines of code changed in:
cleanup
35 lines of code changed in:
- changed from StatePrefetcher to StateFetcher which also performs the
catch-up request.
- state methods moved from Group to StateFetcher.
- Interface StateTransferListener expanded.
216 lines of code changed in:
- renamed lots of private vars & methods
- inserted myriads of debug-statements
- introduced interface that bundles constants
299 lines of code changed in:
merged from branch
165 lines of code changed in:
- new state-transfer (no protocol but on application-level) which sends
most of the data asynchronously and needs just a short blocking to get
in synch with the group.
- now using MessageHandler instead of RpcHandler (that's one level
deeper), therefore rewrote most of the group-calls.
largely untested, but it compiles.
341 lines of code changed in:
fixed bug that caused default xml-conversion not to work properly.
removed commented out code.
1 lines of code changed in:
test classes
6 lines of code changed in:
simplified method resolution
24 lines of code changed in:
updated hardcoded settings
12 lines of code changed in:
check if path is null in toString to avoid printing [GroupObject null].
2 lines of code changed in:
added comments
16 lines of code changed in:
removed NAKACK protocol from debugging
1 lines of code changed in:
updated demoapps
19 lines of code changed in:
added static debug()-method and moved setDebug from Group to
GroupExtension.
46 lines of code changed in:
no message
2 lines of code changed in:
Pages: « Previous 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 Next »
Generated by StatCVS 0.2.2