From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,a011e82e0079f0ea X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2003-08-07 09:37:22 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!headwall.stanford.edu!newshub.sdsu.edu!elnk-nf2-pas!elnk-pas-nf1!newsfeed.earthlink.net!newsfeed2.easynews.com!easynews.com!easynews!newsfeed.news2me.com!newsfeed.icl.net!newsfeed.fjserv.net!newsfeed.freenet.de!news-lei1.dfn.de!news-ham1.dfn.de!news.uni-hamburg.de!cs.tu-berlin.de!not-for-mail From: Stephan Heinemann Newsgroups: comp.lang.ada Subject: Re: Ravenscar - Scheduling Date: 7 Aug 2003 16:37:22 GMT Organization: Technische Universitaet Berlin, Deutschland Message-ID: References: NNTP-Posting-Host: fiesta.cs.tu-berlin.de Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: news.cs.tu-berlin.de 1060274242 15139 130.149.17.156 (7 Aug 2003 16:37:22 GMT) X-Complaints-To: news@cs.tu-berlin.de NNTP-Posting-Date: 7 Aug 2003 16:37:22 GMT User-Agent: tin/1.4.6-20020816 ("Aerials") (UNIX) (SunOS/5.9 (sun4u)) Xref: archiver1.google.com comp.lang.ada:41233 Date: 2003-08-07T16:37:22+00:00 List-Id: Ravenscar was definied with pre-emptive fixed priority scheduling in mind. I also read that non pre-emptive scheduling could be applied. I am working with Petri Nets and need do control the preemption points of the scheduler in order to model the whole system (I am working on a code-generator). Co-operative scheduling would be ideal for this purpose. I need somehow prevent the scheduler from preempting actions (Ada code snippets) which are associated with transitions. Any ideas? Thanks in advance, Stephan