Skip to content
Commit de1a0441 authored by David Novak's avatar David Novak
Browse files

* modified behavior of '.repeatEvery' modifier of each action in...

 * modified behavior of '.repeatEvery' modifier of each action in CoreApplication - now the 'repeating thread' is removed after the loop ends (or if another .repeatEvery action with the same name is executed)
 * added the possibility to have RMIAlgorithm (client) with multiple threads:
   - the orig. RMI algorithm renamed to RMIAlgorithmOriginal
   - the actual connection to RMI server now encapsulated by RMIMethodExecutor
   - the new RMIAlgorithm manages a queue of RMIMethodExecutors, but by default it has only one connection (single thread)
   - new RMIAlgorithmMultiThread extends the RMIAlgorithm using multiple threads (and multiple connections) used in round robin manner
 * version updated to 2.8.5
parent d3c67825
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment