bug-hurd
[Top][All Lists]
Advanced

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

Re: Implement paging on the pci arbiter


From: Samuel Thibault
Subject: Re: Implement paging on the pci arbiter
Date: Thu, 27 Aug 2020 00:30:43 +0200
User-agent: NeoMutt/20170609 (1.8.3)

Joan Lledó, le mer. 26 août 2020 10:24:49 +0200, a ecrit:
> From this document I assumed I should create a pager for each region
> file, call page_demuxer from the arbiter's demuxer and implement
> callback functions. But it seems pager_demuxer() is not defined anymore

?
libpager/demuxer.c:pager_demuxer (struct pager_requests *requests,

> and servers use pager_start_workers() which I'm not sure what's for.

It's just a way to manage several threads to handle RPCs. See how it
creates a thread than calls service_paging_requests that runs
pager_demuxer.

Samuel



reply via email to

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