C# Windows App locks once its moved to Page File -
03-28-2006
, 07:33 PM
I have created a rather complex C# windows app and during execution, if
the app is left to its own devices for an hour or more, it becomes
un-responsive when new data is sent to it.
In debugging this issue, I've tried turning off my page file on my
Windows XP Pro sp2 dev system. With the Page file turned off, the
application remained responsive when I went through my process to
reproduce the idle lock up i saw previously.
The problem is, I can't require that any user of the App kills their
page file before running the app. so if anyone knows a way to prevent
the app from moving to the page file.
Thanks,
John. |