I run an application which I feel is paging too much. The PC is dedicated to this one application and mysql. The app in question page faults at a
rate of between 30--70/second averaging around 55/second, however the
system pages/second is less than 0.1/second so these faults are not causing
hard page faults. Should I be concerned about this, it seems to me that
since this is the only app or service with any apreciable paging that this
could be a design problem within the app itself. However I have been unable
to find out what is actually causing the page faults. Can any one suggest a
way to trace the actual storage causing the fault I could then try and find
out what this memory is used for within the app.
Re: Problems with shelled VB app ... shortcut and when shelled, no more page faults.... page faults and the app is running OK now. ... It runs fine with no IPFs when launched normally (from its ... > Tried launching it with with ShellExecute and CreateProcess, ... (microsoft.public.vb.general.discussion)
Re: Question about paging rate ... Note that the paging rate you mention is within a factor of 2 of what a typical disk can do. ... It is not a database app either, however it does manipulate quite a lot of data and files, it collects data from a weather station. ... This takes a page of memory and zeros it for the application to use. ... These are so-called transition faults and the rate is really ... (microsoft.public.win2000.general)
Re: Question about paging rate ... a page of memory and zeros it for the application to use. ... These are so-called transition faults and the rate is really ... And if the app needs to run with "lock pages in physical memory" ... > to find out what is actually causing the page faults. ... (microsoft.public.win2000.general)
Problems with shelled VB app ... Kernel page faults when launched by Shell from another app.... It runs fine with no IPFs when launched normally (from its ... Tried launching it with with ShellExecute and CreateProcess, ... (microsoft.public.vb.general.discussion)
Problems with shelled VB app ... Kernel page faults when launched by Shell from another app.... It runs fine with no IPFs when launched normally (from its ... Tried launching it with with ShellExecute and CreateProcess, ... (microsoft.public.vb.general.discussion)