Windows System Software -- Consulting, Training, Development -- Unique Expertise, Guaranteed Results
The free OSR Learning Library has more than 50 articles on a wide variety of topics about writing and debugging device drivers and Minifilters. From introductory level to advanced. All the articles have been recently reviewed and updated, and are written using the clear and definitive style you've come to expect from OSR over the years.
Check out The OSR Learning Library at: https://www.osr.com/osr-learning-library/
Upcoming OSR Seminars | ||
---|---|---|
OSR has suspended in-person seminars due to the Covid-19 outbreak. But, don't miss your training! Attend via the internet instead! | ||
Writing WDF Drivers | 7 Dec 2020 | LIVE ONLINE |
Internals & Software Drivers | 25 Jan 2021 | LIVE ONLINE |
Developing Minifilters | 8 March 2021 | LIVE ONLINE |
Comments
>disk and substitute it with one on a remote machine
>("REDIRECT" the page file).
If I understand you correctly you are filtering out the requests to the page
file from an file system filter. Have you instead considered to put the
pagefile on its own virtual disk and redirect that disk over the network?
Wouldn't that mean less file system stuff to fight with?
______________________________________________________
Get Your Private, Free Email at http://www.hotmail.com
the advantages of this way is that if you have a computer dedicated as a
memory bank (RAM SERVER) and surrounding it are PAGE FILE CLIENTS, these
client can continue as usual. the server can manage who gets what , when. if
a client gets memory his page files are redirected and if the memory is
taken back the pages are written back to local disk and he continues using
his local disk etc.
Now if I did it by a virtual page file (which I have no idea how to do it
and would be glade if you could outline the main points for it)
it would always have to be there for the computers use ????
Ori Zimmels [email protected]
Tandem Labs Israel Phone: (972) 4-832-3050 #207
Tandem Computers Fax: (972) 4-822-5006
a Compaq Company
Gutwirth Science Park - The Technion
Haifa 32000
Israel
-----Original Message-----
From: Henrik Eriksson [mailto:[email protected]]
Sent: Wednesday, March 08, 2000 11:05 PM
To: File Systems Developers
Subject: [ntfsd] Re: Take over PAGE FILE
>my goal is to completely take over the role of the page file in the local
>disk and substitute it with one on a remote machine
>("REDIRECT" the page file).
If I understand you correctly you are filtering out the requests to the page
file from an file system filter. Have you instead considered to put the
pagefile on its own virtual disk and redirect that disk over the network?
Wouldn't that mean less file system stuff to fight with?
______________________________________________________
Get Your Private, Free Email at http://www.hotmail.com
---
You are currently subscribed to ntfsd as: [email protected]
To unsubscribe send a blank email to $subst('Email.Unsub')