[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
BOUNCE rtl@rtlinux.org: Approval required: Non-member submissionfrom ["chandu Reddy" <chandureddy@hclt.com>] (fwd)
- To: rtl@rtlinux.org
- Subject: BOUNCE rtl@rtlinux.org: Approval required: Non-member submissionfrom ["chandu Reddy" <chandureddy@hclt.com>] (fwd)
- From: Der Herr Hofrat <der.herr@hofr.at>
- Date: Mon, 4 Jun 2001 18:59:00 +0200 (CEST)
>From owner-rtl Mon Jun 4 11:23:32 2001
Received: from saraswathi.hclt.co.in ([202.54.64.6])
by hq.fsmlabs.com (8.11.2/8.11.2) with ESMTP id f54HNVx01202
for <rtl@fsmlabs.com>; Mon, 4 Jun 2001 11:23:32 -0600
Received: from grofw (router.hclt.co.in [202.54.64.1]) by saraswathi.hclt.co.in with SMTP (Microsoft Exchange Internet Mail Service Version 5.5.2650.21)
id M2K64Z5T; Mon, 4 Jun 2001 17:05:34 +0530
Received: from CHANDUREDDY ([192.168.210.11]) by sakthi.hclt.com with SMTP (Microsoft Exchange Internet Mail Service Version 5.5.2650.21)
id MA1NGADN; Mon, 4 Jun 2001 16:53:59 +0530
Message-ID: <004201c0ed0e$8dd6e610$0bd2a8c0@hclt.com>
From: "chandu Reddy" <chandureddy@hclt.com>
To: <rtl@fsmlabs.com>
References: <CDEDLLCLFEMDLAONMHGAEEOFCAAA.kiml@lewiz.com>
Subject: Re: [rtl] Realtime linux task on SMP machine
Date: Mon, 4 Jun 2001 16:53:48 +0100
MIME-Version: 1.0
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
X-Priority: 3
X-MSMail-Priority: Normal
X-Mailer: Microsoft Outlook Express 5.00.2314.1300
X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300
Yes,
i think, U can have two processors one for realtime tasks and another for
non realtime tasks.
but i am not 100% sure
----- Original Message -----
From: Kim Le <kiml@lewiz.com>
To: <rtl@rtlinux.org>
Sent: Friday, June 01, 2001 10:50 PM
Subject: [rtl] Realtime linux task on SMP machine
> Hi All,
>
> I have a linux box with two pentium processor and want to reserver 1 CPU
for
> realtime task (running continuously) and the other for normal linux task.
> The two should not interfere each other. Is this possible in RTLinux?
>
> I modified the code in /examples/mutex to have a indefinite loop
>
> pthread_attr_setcpu_np(1);
> while (1){
> do some thing
> }
>
> but this loop somehow take over completely the system and crash. I cannot
> even reboot the system. Any one knows how please give me a hint. Thank
you
> very much in advance for your help.
>
>
> -- [rtl] ---
> To unsubscribe:
> echo "unsubscribe rtl" | mail majordomo@rtlinux.org OR
> echo "unsubscribe rtl <Your_email>" | mail majordomo@rtlinux.org
> --
> For more information on Real-Time Linux see:
> http://www.rtlinux.org/rtlinux/
>