Date: Fri, 5 Jun 1998 17:14:48 -0400 (EDT) From: Snob Art Genre <benedict@echonyc.com> To: "Caleb R. Miller" <calebm@uspaceware.com> Cc: "'hackers@freebsd.org'" <hackers@FreeBSD.ORG> Subject: Re: FreeBSD as a RTOS Message-ID: <Pine.GSO.3.96.980605171430.29469A-100000@echonyc.com> In-Reply-To: <01BD9088.27E19890@CALEBM>
next in thread | previous in thread | raw e-mail | index | archive | help
man [id|rt]prio and wrap your lines On Fri, 5 Jun 1998, Caleb R. Miller wrote: > Hello, > > Does anyone know of a FreeBSD port that supports RTOS functionality such as preemptive multitasking? What I hoping for was a scheduler that would enforce time constraints on processes. For instance, I want to schedule some processes to be allowed to run 4 times/sec, some 2 times/sec and some once/sec. The scheduler would let give the highest rate process time, then the next higher rate, and so on with the caveat that a process gets no more cpu time than it's scheduled for, i.e. if process A is scheduled for every 30 seconds and process B for every 15 seconds, if A is not done by the next 15 second interval it is preempted and B is allowed to run. > > Thanks for the help! > Caleb > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-hackers" in the body of the message > Ben "You have your mind on computers, it seems." To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.GSO.3.96.980605171430.29469A-100000>