From: compudj Date: Thu, 3 Jun 2004 19:09:21 +0000 (+0000) Subject: events req servicing v2, with background computation, mod X-Git-Tag: v0.12.20~2913 X-Git-Url: https://git.lttng.org./?a=commitdiff_plain;h=4bcbbd42fd565e7ec9e32772dbb7839e05ccff5c;p=lttv.git events req servicing v2, with background computation, mod git-svn-id: http://ltt.polymtl.ca/svn@576 04897980-b3bd-0310-b5e0-8ef037075253 --- 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