PATH  WebObjects 4.0 Documentation > What's New in WebObjects 4.0

Table of Contents Previous Section

Support for Multithreaded Applications

In release 4.0, WebObjects and Enterprise Objects Framework provide thread-safe APIs. This means that you can write a multithreaded WebObjects application where you couldn't before.

To support multithreaded applications, there are two major changes:

For information on multithreading Enterprise Objects Framework operations, see "What's New in Enterprise Objects Framework 3.0".

The rest of this section lists the methods that have changed and describes new methods that you can use to ensure that your application is thread-safe.

Table of Contents Next Section