Differences
This shows you the differences between the selected revisions of the page.
2012-04-02 | 2012-05-07 | ||
note for DisableVersionCheck (martin) | 5.0.7 session class is locked agains concurrent accesses (martin) | ||
Line 63: | Line 63: | ||
* Use any file manipulation methods you need, such as ''[[library_session_getfiles|GetFiles]]'', ''[[library_session_putfiles|PutFiles]]'', ''[[library_session_synchronizedirectories|SynchronizeDirectories]]''. | * Use any file manipulation methods you need, such as ''[[library_session_getfiles|GetFiles]]'', ''[[library_session_putfiles|PutFiles]]'', ''[[library_session_synchronizedirectories|SynchronizeDirectories]]''. | ||
- | The class is not thread safe. Though you can use several instances of the class in paralel, even from different threads. | + | The class is locked against concurrent accesses from multiple threads. Though you can use several instances of the class in paralel, even from different threads. |
==== [[results]] Capturing Results of Operations ==== | ==== [[results]] Capturing Results of Operations ==== |