next up previous contents index
Next: 7.7.1.1 User-defined Mutexes Up: 7.7 Predicates for Multi-Threading Previous: 7.7 Predicates for Multi-Threading   Contents   Index


7.7.1 Predicates for Thread Synchronization and Communication

While the XSB engine itself is thread-safe, thread synchronization may be needed when calling a package that is not itself thread safe (see the beginning of this chapter for a list of which packages are and are not thread-safe). Synchronization may also be needed to protect data accessed by foreign function calls, or to coordinate responses to external events.



Subsections

Terrance Swift 2007-10-05