bug-hurd
[Top][All Lists]
Advanced

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

Re: Reboots?


From: Roland McGrath
Subject: Re: Reboots?
Date: Sun, 1 Apr 2001 21:58:34 -0400 (EDT)

> > I gather from your data that what you mean is a buffer of the last 16
> > messages handled by proc's demuxer?  In the general case one would would
> > want to track the reply messages too, and see if there is interleaving of
> > the RPCs, i.e. a second RPC beginning processing before another has
> > finished.
> 
> Just curious, how would I do this?

Just as you did for the request halves.  After the server function returns
to the demuxer it has written a reply message into a buffer that will be
sent when the demuxer returns.  If there is a single buffer of messages,
then writing a record of this reply message at the end of the demuxer
function will show the total order of RPC requests and replies.




reply via email to

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