Index: ossp-web/pkg/lib/ex/index.wml RCS File: /v/ossp/cvs/ossp-web/pkg/lib/ex/index.wml,v rcsdiff -q -kk '-r1.8' '-r1.9' -u '/v/ossp/cvs/ossp-web/pkg/lib/ex/index.wml,v' 2>/dev/null --- index.wml 2003/01/30 12:49:04 1.8 +++ index.wml 2003/01/30 12:49:43 1.9 @@ -21,8 +21,11 @@ are correctly passed back to the parent.

-Additionally the OSSP ex facility provides advanced exception handling -features like shielded and deferred exceptions. +The OSSP ex facility also provides advanced exception handling features like +shielded and deferred exceptions. Additionally, OSSP ex allows you to choose +the used underlying machine context switching facility and optionally support +multi-threading environments by allowing you to store the exception catching +stack in a thread-safe way.

Documentation