On Mon, 4 Feb 2002, Saikrishnan Krishnamurthy wrote:

>     1) Is there any means in linux kernel to offer a kernel thread, a
> real-time priority. (I tried assigning the SCHED_RR and SCHED_FIFO to my
> threads and it would hang my computer not measuring anythin
Linux kernel has no notion of real-time and hence priority.

>
>     2) If I code my program under rt-linux would I be able to use the atm
> socket features under real-time ??. (accessing atm sockets in nonRT linux
> and transporting the packets to real-time linux using FIFOs would'nt help
> as I need to receive packets at real-time not just process it).

You will have to take the plunge and try it. You will have to write a
real-time ATM driver to tackle the problem.

-ishwar

-- [rtl] ---
To unsubscribe:
echo "unsubscribe rtl" | mail [EMAIL PROTECTED] OR
echo "unsubscribe rtl <Your_email>" | mail [EMAIL PROTECTED]
--
For more information on Real-Time Linux see:
http://www.rtlinux.org/

Reply via email to