For Programmers: Free Programming Magazines  


Home > Archive > Unix Programming > February 2007 > shared library









You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

 

Author shared library
dryerz

2007-02-15, 10:06 pm

can the shared library be paged out ?
if can , how OS to do this?

David Schwartz

2007-02-16, 4:13 am

On Feb 15, 7:42 pm, "dryerz" <stye...@yahoo.com> wrote:
> can the shared library be paged out ?


Yes, certainly.

> if can , how OS to do this?


It simply changes the page tables to fault on read and write instead
of just write.

DS

Sponsored Links







Also available: Server administration forum archive | Web Design forum archive | Software forum archive | Hardware reviews archive

Copyright 2008 codecomments.com