M
Matijaz
Hello,
I'm working on project which is right now quite large.
It consists of about 50-60 forms. Some of them 15-20 are
cached to improve display time, rest is created and disposed
during runtime on user request.
More over there is serial communication on both serial ports.
COM1 is monitoring another device in 1,5s interval (255bytes
length packets are sent and received).
COM2 is used for sending and receiving data to/from PC.
Project is written in VB.NET plus there are 4 libs written in C#
which export some userful functions to main app.
There are a few threads, thread timers, and form timers racing.
After running for a few days it starts to choke. UI refresh starts
to slow down until it reaches the state when it just stops for 7 seconds
I'm working on project which is right now quite large.
It consists of about 50-60 forms. Some of them 15-20 are
cached to improve display time, rest is created and disposed
during runtime on user request.
More over there is serial communication on both serial ports.
COM1 is monitoring another device in 1,5s interval (255bytes
length packets are sent and received).
COM2 is used for sending and receiving data to/from PC.
Project is written in VB.NET plus there are 4 libs written in C#
which export some userful functions to main app.
There are a few threads, thread timers, and form timers racing.
After running for a few days it starts to choke. UI refresh starts
to slow down until it reaches the state when it just stops for 7 seconds