Skip to content
Snippets Groups Projects
  1. Jun 08, 2016
  2. Jun 07, 2016
  3. Jun 06, 2016
  4. Jun 03, 2016
  5. May 12, 2016
  6. May 04, 2016
  7. Apr 21, 2016
  8. Apr 13, 2016
  9. Apr 12, 2016
  10. Mar 31, 2016
  11. Mar 22, 2016
  12. Feb 22, 2016
  13. Feb 19, 2016
  14. Feb 17, 2016
  15. Jan 21, 2016
  16. Dec 02, 2015
  17. Nov 24, 2015
  18. Nov 23, 2015
  19. Nov 20, 2015
  20. Nov 05, 2015
  21. Oct 29, 2015
  22. Oct 28, 2015
  23. Oct 22, 2015
  24. Oct 09, 2015
  25. Oct 08, 2015
  26. Sep 28, 2015
  27. Sep 25, 2015
  28. Sep 23, 2015
  29. Sep 08, 2015
    • Enrico Guiraud's avatar
      Multiproc: module providing framework to fork sessions · 01769029
      Enrico Guiraud authored
           This module should provide ROOT with a simple way to fork sessions
           into multiple non-interactive sessions connected to the original
           one via TSocket's. A protocol is in place to guarantee that
           parent and children can communicate transparently and are able
           to exchange messages and TObject's.
      
           The framework is made to be extensible: it provides base classes
           that allow customization through private/public inheritance. In
           detail, developers can set the content of messages exchanged
           by parents and children and can program their behaviour when a
           certain message is received.
      
           A feature that can be built on top of this framework is contained
           in the module:
           - TPool provides similar functionalities to python's pool.map
             method, allowing the user to execute the same task several
             times in parallel, possibly with different arguments.
      
           A few examples of use are included in the reference documentation.
      01769029
  30. Sep 03, 2015
Loading