[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: default pager using legacy interfaces
From: |
Thomas Bushnell, BSG |
Subject: |
Re: default pager using legacy interfaces |
Date: |
27 Sep 2001 18:00:03 -0700 |
User-agent: |
Gnus/5.0808 (Gnus v5.8.8) Emacs/20.7 |
Marcus Brinkmann <Marcus.Brinkmann@ruhr-uni-bochum.de> writes:
> the default pager in serverboot (also used by mach-defpager) is still using
> the legacy interfaces memory_object_set_attributes() and
> memory_object_data_write() to set the ready attribute and receive data from
> the kernel. The newer documentation suggests that memory_object_ready()
> and memory_object_data_return() should be used.
In general I have no problem with this. Switching to
memory_object_ready means that you have to commit to using the new
interface entirely, and IIRC there are several changes to worry
about. I don't think any of them affect the default pager.
But I would feel happier if you compiled this and did some major
stress-testing of it first.