OW2 Consortium dream

Rev

Show changed files | Details | Compare with Previous | Blame | RSS feed

Filtering Options

Rev Age Author Path Log message Diff
2196 1541d 18h rnaudin /tags/dream-lib-2.3/src/main/java/org/objectweb/dream/protocol/messagePassing/overChannel/IdentifiedSessionManager.java [maven-release-plugin] copy for tag dream-lib-2.3  
2177 1577d 16h rnaudin /trunk/dreamlib/dream-lib/src/main/java/org/objectweb/dream/protocol/messagePassing/overChannel/IdentifiedSessionManager.java Huge refactoring.
Enhance the concurence between Channels message traffic.
Enhance the stop of Fractal components
 
2127 1662d 17h rnaudin /trunk/dreamlib/dream-lib/src/main/java/org/objectweb/dream/protocol/messagePassing/overChannel/IdentifiedSessionManager.java Port the work done by Mohamed Mokhtari on the new SSL channel ->
[ #311661 ] [Dream lib] Add the SSL Channel
[ #311662 ] [Dream lib] Add a router on the protocol to use
 
2118 1759d 23h rnaudin /trunk/dreamlib/dream-lib/src/main/java/org/objectweb/dream/protocol/messagePassing/overChannel/IdentifiedSessionManager.java Add the parameter "connectionTimeout" to the TCP protocol, which permits to set a timeout when opening the client socket.  
2081 1921d 19h garciap /trunk/dreamlib/dream-lib/src/main/java/org/objectweb/dream/protocol/messagePassing/overChannel/IdentifiedSessionManager.java perseus dependency removed  
1970 2020d 17h garciap /trunk/dreamlib/dream-lib/src/main/java/org/objectweb/dream/protocol/messagePassing/overChannel/IdentifiedSessionManager.java message passing protocol finished for the bug related to component restart  
1942 2031d 19h garciap /trunk/dreamlib/dream-lib/src/main/java/org/objectweb/dream/protocol/messagePassing/overChannel/IdentifiedSessionManager.java Several modifications :
- Message passing protocol now supports re-bind after exception (dream bug #307697, http://forge.objectweb.org/tracker/index.php?func=detail&aid=307697&group_id=118&atid=350126)
- Load test are now easier to write via DreamLoadTestCase
- Tests added
 
1937 2034d 16h garciap /trunk/dreamlib/dream-lib/src/main/java/org/objectweb/dream/protocol/messagePassing/overChannel/IdentifiedSessionManager.java code cleanup  
1935 2035d 17h garciap /trunk/dreamlib/dream-lib/src/main/java/org/objectweb/dream/protocol/messagePassing/overChannel/IdentifiedSessionManager.java - Message passing over channel protocol refactored and debugged
- FSR implementation removed because of too many bugs