CDatabase intensive app. pls help!!!
-
i have a 24*7 highly database intensive mfc application. using cdatabase and crecordset objects. it starts with 8mb and gradually increases to 34 mb (peak is shown as 60 mb)by task mgr, withing one day. Im sure of no memory leak. But sure windows is reserving (may be caching) the memory for my application, which is shown accross my application by task mgr. is there any way to avoid this behaviour and make the application to take only that memory taken in the first couple of hours and not more. So my question without any memory leak is this behaviour possible. any remedy to avoid this behaviour. like registery settings to avoid caching or something else...
-
i have a 24*7 highly database intensive mfc application. using cdatabase and crecordset objects. it starts with 8mb and gradually increases to 34 mb (peak is shown as 60 mb)by task mgr, withing one day. Im sure of no memory leak. But sure windows is reserving (may be caching) the memory for my application, which is shown accross my application by task mgr. is there any way to avoid this behaviour and make the application to take only that memory taken in the first couple of hours and not more. So my question without any memory leak is this behaviour possible. any remedy to avoid this behaviour. like registery settings to avoid caching or something else...