l4-hurd
[Top][All Lists]
Advanced

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

Re: auth handshake and rendevouz objects


From: Neal H. Walfield
Subject: Re: auth handshake and rendevouz objects
Date: 05 Nov 2002 13:47:32 -0500
User-agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/21.2

> On the server side?  That would still not work because those notification
> messages would be processed asynchonrously.  I am not sure what facilities
> L4 provides to make it possible to continuously receive in a delegator
> thread without introducing small races.

There is preemption control (cf. section 3.5 of the L4 reference
manual), however, this is not sufficient: clients will generally not
run at a high priority and this is bound to fail on SMP systems.  My
idea was to have the server wait a short time (e.g. 10ms).  If the
client ignored the request, the server would queue the request and
retry it a few more times before giving up.





reply via email to

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