Previous Section Next Section Table of Contents Glossary Index

Chapter 7. Programming with Threads

7.4. Porting Code from the Old Thread Model

Older versions of Clozure CL used what are often called "user-mode threads", a less versatile threading model which does not require specific support from the operating system. This section discusses how to port code which was written for that mode.

It's hard to give step-by-step instructions; there are certainly a few things that one should look at carefully:


Previous Section Next Section Table of Contents Glossary Index