Re: [RFC PATCH] RTTIME watchdog timer proc interface

2008-02-13 Thread Hiroshi Shimamoto
Peter Zijlstra wrote: > On Tue, 2008-02-12 at 14:21 -0800, Hiroshi Shimamoto wrote: >> Peter Zijlstra wrote: >>> On Mon, 2008-02-11 at 13:44 -0800, Hiroshi Shimamoto wrote: Hi Ingo, I think an interface to access RLIMIT_RTTIME from outside is useful. It makes administrator able

Re: [RFC PATCH] RTTIME watchdog timer proc interface

2008-02-13 Thread Peter Zijlstra
On Tue, 2008-02-12 at 14:21 -0800, Hiroshi Shimamoto wrote: > Peter Zijlstra wrote: > > On Mon, 2008-02-11 at 13:44 -0800, Hiroshi Shimamoto wrote: > >> Hi Ingo, > >> > >> I think an interface to access RLIMIT_RTTIME from outside is useful. > >> It makes administrator able to set RLIMIT_RTTIME wat

Re: [RFC PATCH] RTTIME watchdog timer proc interface

2008-02-12 Thread Hiroshi Shimamoto
Peter Zijlstra wrote: > On Mon, 2008-02-11 at 13:44 -0800, Hiroshi Shimamoto wrote: >> Hi Ingo, >> >> I think an interface to access RLIMIT_RTTIME from outside is useful. >> It makes administrator able to set RLIMIT_RTTIME watchdog to existing >> real-time applications without impact. >> >> I imple

Re: [RFC PATCH] RTTIME watchdog timer proc interface

2008-02-11 Thread Alexey Dobriyan
On Mon, Feb 11, 2008 at 10:52:47PM +0100, Peter Zijlstra wrote: > > On Mon, 2008-02-11 at 13:44 -0800, Hiroshi Shimamoto wrote: > > Hi Ingo, > > > > I think an interface to access RLIMIT_RTTIME from outside is useful. > > It makes administrator able to set RLIMIT_RTTIME watchdog to existing > > r

Re: [RFC PATCH] RTTIME watchdog timer proc interface

2008-02-11 Thread Peter Zijlstra
On Mon, 2008-02-11 at 13:44 -0800, Hiroshi Shimamoto wrote: > Hi Ingo, > > I think an interface to access RLIMIT_RTTIME from outside is useful. > It makes administrator able to set RLIMIT_RTTIME watchdog to existing > real-time applications without impact. > > I implemented that interface with /

[RFC PATCH] RTTIME watchdog timer proc interface

2008-02-11 Thread Hiroshi Shimamoto
Hi Ingo, I think an interface to access RLIMIT_RTTIME from outside is useful. It makes administrator able to set RLIMIT_RTTIME watchdog to existing real-time applications without impact. I implemented that interface with /proc filesystem. --- From: Hiroshi Shimamoto <[EMAIL PROTECTED]> Introduc