First page Back Continue Last page Summary Graphic
Thread Support in ROOT (2)
The matters were compilicated by the fact that ROOT and X11 are for a large part not thread safe
- Usage of globals like gPad, gFile and not thread safe containers classes
Usage of some clever macros allowed each thread to have their own gPad (as thread specific data), but this required the ROOT libraries to be recompiled specially for thread support.
Notes: