Multithreading

<< Click to Display Table of Contents >>

Navigation:  Using SMILE >

Multithreading

SMILE does not perform any locking on its objects. A multithreaded application can use SMILE from more than one thread, but should provide appropriate synchronization. In practice, this translates to "use each DSL_network from a single thread at a time". Random number generators used in SMILE do not share any global state.