From 4bcbbd42fd565e7ec9e32772dbb7839e05ccff5c Mon Sep 17 00:00:00 2001 From: compudj Date: Thu, 3 Jun 2004 19:09:21 +0000 Subject: [PATCH] events req servicing v2, with background computation, mod git-svn-id: http://ltt.polymtl.ca/svn@576 04897980-b3bd-0310-b5e0-8ef037075253 --- .../poly/doc/developer/lttvwindow_events_delivery.txt | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ltt/branches/poly/doc/developer/lttvwindow_events_delivery.txt b/ltt/branches/poly/doc/developer/lttvwindow_events_delivery.txt index de92dfa2..578abe0e 100644 --- a/ltt/branches/poly/doc/developer/lttvwindow_events_delivery.txt +++ b/ltt/branches/poly/doc/developer/lttvwindow_events_delivery.txt @@ -434,7 +434,10 @@ occur often. The solution to it would be to save one state per priority. Weaknesses -- None (nearly?) :) +- There is a possibility that we must use seek if more than one interruption + occurs, i.e. low priority interrupted by addition of high priority, and then + high priority interrupted. The seek will be necessary for the low priority. + It could be a good idea to keep one saved_state per priority ? Strengths -- 2.34.1