Skip to content
  1. Jul 09, 2015
  2. Jul 01, 2015
  3. Jun 15, 2015
  4. Jun 02, 2015
  5. May 12, 2015
  6. May 11, 2015
  7. May 08, 2015
  8. May 06, 2015
  9. Apr 28, 2015
  10. Apr 22, 2015
  11. Apr 17, 2015
  12. Apr 14, 2015
  13. Apr 03, 2015
  14. Mar 25, 2015
  15. Feb 23, 2015
  16. Feb 12, 2015
  17. Jan 24, 2015
  18. Jan 23, 2015
  19. Jan 22, 2015
  20. Jan 21, 2015
  21. Jan 16, 2015
  22. Dec 19, 2014
  23. Dec 09, 2014
  24. Dec 05, 2014
  25. Dec 02, 2014
  26. Nov 28, 2014
    • David Novak's avatar
      * modified behavior of '.repeatEvery' modifier of each action in... · de1a0441
      David Novak authored
       * 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
      de1a0441
  27. Nov 27, 2014