12.3 Limitations

The following limitations apply to Chili!Bean objects:
- A Chili!Bean object is accessible to all threads in a Chili!Soft ASP application, and is thread-safe if the underlying Java class is thread safe. The Chili!Bean object is marked in the registry with ThreadingModel=both, this means that Chili!Bean objects stored as application or session variables will be accessed from multiple threads and will certainly fail if their underlying Java code is not thread safe.
- There is no support for multiple-dimension arrays as either arguments or return values.
Copyright © 2000 Chili!Soft
|