2005-03-08, 05:28 AM
sub,
I've been running the MSDE as my backend for a while now and things seem to be working pretty good. But I've noticed on occation that performance slows down and my CPU cycles from nearly zero to 100% utilization. I can see in the task list that the MSDE database is the one jumping up and down in CPU utilization so I put the profiler on it and I see GB-PVR is constantly issue a simple query against the database, over and over again...
SELECT * from PROGRAMME where oid = 193478
where the oid value changes each time.
Every now and then I see another statement sprinked in there:
SELECT * FROM RECORDING_SCHEDULE order by manual_start_time
What is GB-PVR up to?! Is this a normal process of GB-PVR or some hiccup between MSDE and GB-PVR?
-Charles
I've been running the MSDE as my backend for a while now and things seem to be working pretty good. But I've noticed on occation that performance slows down and my CPU cycles from nearly zero to 100% utilization. I can see in the task list that the MSDE database is the one jumping up and down in CPU utilization so I put the profiler on it and I see GB-PVR is constantly issue a simple query against the database, over and over again...
SELECT * from PROGRAMME where oid = 193478
where the oid value changes each time.
Every now and then I see another statement sprinked in there:
SELECT * FROM RECORDING_SCHEDULE order by manual_start_time
What is GB-PVR up to?! Is this a normal process of GB-PVR or some hiccup between MSDE and GB-PVR?
-Charles