Link to home
Start Free TrialLog in
Avatar of CoreSupport
CoreSupportFlag for United Kingdom of Great Britain and Northern Ireland

asked on

C# I/O Read Bytes Query

Hi All,

I am developing a c# console Application that is talking to a piece of hardware through event handlers. After the application had been running from a certain period of time we received a message from windows stating that it was having to increase the virtual memory of the system. Looking at the processes in task manager it was found that the I/O Read Bytes for our Application was continually rising at a fast rate. The memory useage is staying constant so their doesn't appear to be a memory leak.

Does anybody have any ideas, do I need to handle my own garbage collection?

Thanks in advance.
SOLUTION
Avatar of MogalManic
MogalManic
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
ASKER CERTIFIED SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of CoreSupport

ASKER

We're making an I\O read to the hardware via event handlers every 500ms, analysis of the memory and vm seems to indicate there is no memory. We have come to the conclusion that there was no problem.

Thanks for the replies.