updated notes

This commit is contained in:
Jeff Hill
2001-10-15 21:51:28 +00:00
parent 2123916c45
commit db6b7367cd

View File

@@ -29,3 +29,11 @@ change the new handlers to be nothrow also if this is
the design goal.
o test the library when an IOC is running low on memory.
o The new CA interface should be multi-threaded by default.
We should continue to support a single-threaded interface,
but this would should be restricted so that it always
runs with preemptive callback disable and no threads
may join in. Alternatively, the new CA interface could
be 100% preemptive multi-threaded and the old interface
could be layered on this.