bug-hurd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: sleep in microsecond or nanosecond


From: Da Zheng
Subject: Re: sleep in microsecond or nanosecond
Date: Mon, 16 Aug 2010 06:02:17 -0400
User-agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.5; en-US; rv:1.9.1.11) Gecko/20100711 Thunderbird/3.0.6

Hi,

Should we still handle the special cases in mach_msg or in another system call?

While sleeping in microseconds or nanoseconds, the kernel should do the loop on
the behalf of the user process. Why do we still need a wakeup queue?

Best,
Zheng Da

On 8/13/10 5:28 PM, Thomas Bushnell, BSG wrote:
> Special casing is what I had in mind, but it's very tricky. The normal
> wakeup-queue method is simply not adequate.
> 
> On Thu, Aug 12, 2010 at 11:42 PM, <olafBuddenhagen@gmx.net
> <mailto:olafBuddenhagen@gmx.net>> wrote:
> 
>     Hi,
> 
>     On Wed, Aug 11, 2010 at 10:03:31AM -0700, Thomas Bushnell, BSG wrote:
> 
>     > The current technique is to use a blocking mach_msg which will never
>     > complete, and with a timeout. The reason that nanosleep and usleep
>     > don't work is because 10ms is the granularity of the Mach clock.
> 
>     Yeah, we figured that out...
> 
>     > Changing the interface here isn't the issue so much as changing the
>     > implementation.
> 
>     You mean changing the way message timeouts are handled in general? Or
>     special-casing the specific situation?...
> 
>     I think improving the timeout granularity in general would be rather
>     complicated, and make little sense... I can't say anything about
>     special-casing -- don't know the details of this mechanism.
> 
>     -antrik-
> 
> 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]