From db6b7367cd3160aeb962107e977d72e0c269b373 Mon Sep 17 00:00:00 2001 From: Jeff Hill Date: Mon, 15 Oct 2001 21:51:28 +0000 Subject: [PATCH] updated notes --- src/ca/future_work.txt | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/ca/future_work.txt b/src/ca/future_work.txt index 0f5d9ae76..91ebbc236 100644 --- a/src/ca/future_work.txt +++ b/src/ca/future_work.txt @@ -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.