PreviousNext

Avoiding Nonreentrant Software

The following topics discuss two methods to help you avoid the pitfalls of nonreentrant software. These methods are as follows:

· Global lock

· Thread-specific storage

More:

Global Lock

Thread-Specific Storage