"Steinar Rafaelsen"<sra@nera.no> wrote:
>
>
>
>
> To All
>
> Problem: Exexution of my VEE program gets more and more sluggish as the
> program is allowed to run for some hours. Eventually, the execution will
> virtually come to a standstill (the program executes extremely slow) while
> the hard disk on the PC will be working constantly. Seems like the system
> does intensive swapping. My theory: Something is using memory without
> freeing it. I am pretty sure i have my globals under control. I Have tried
> doubling the internal memory to 32 MB, and only result is that the problem
> will occur slightly later.
>
> Facts: AST MS/P 100 (pentium 100), Win 95, VEE 3.12, 32MB RAM.
>
> The VEE program is around 1,6MB in size, an works pretty intensively
> on both COM1 and COM2 (how are these buffered in Win95).
>
> Any thoughts, theories, experiences, and workarounds will be very much
> appreciated.
>
> Regards, Steinar
>
>
Sounds like either a memory leak ( in which case I'd strongly suggest
a more recent version as you are two major releases behind) or
perhaps that your program is building up some large data structures
while it runs.
Stan Bischof
stanb@sr.hp.com
>
>
>
>
> To All
>
> Problem: Exexution of my VEE program gets more and more sluggish as the
> program is allowed to run for some hours. Eventually, the execution will
> virtually come to a standstill (the program executes extremely slow) while
> the hard disk on the PC will be working constantly. Seems like the system
> does intensive swapping. My theory: Something is using memory without
> freeing it. I am pretty sure i have my globals under control. I Have tried
> doubling the internal memory to 32 MB, and only result is that the problem
> will occur slightly later.
>
> Facts: AST MS/P 100 (pentium 100), Win 95, VEE 3.12, 32MB RAM.
>
> The VEE program is around 1,6MB in size, an works pretty intensively
> on both COM1 and COM2 (how are these buffered in Win95).
>
> Any thoughts, theories, experiences, and workarounds will be very much
> appreciated.
>
> Regards, Steinar
>
>
Sounds like either a memory leak ( in which case I'd strongly suggest
a more recent version as you are two major releases behind) or
perhaps that your program is building up some large data structures
while it runs.
Stan Bischof
stanb@sr.hp.com
To All
Problem: Exexution of my VEE program gets more and more sluggish as the
program is allowed to run for some hours. Eventually, the execution will
virtually come to a standstill (the program executes extremely slow) while
the hard disk on the PC will be working constantly. Seems like the system
does intensive swapping. My theory: Something is using memory without
freeing it. I am pretty sure i have my globals under control. I Have tried
doubling the internal memory to 32 MB, and only result is that the problem
will occur slightly later.
Facts: AST MS/P 100 (pentium 100), Win 95, VEE 3.12, 32MB RAM.
The VEE program is around 1,6MB in size, an works pretty intensively
on both COM1 and COM2 (how are these buffered in Win95).
Any thoughts, theories, experiences, and workarounds will be very much
appreciated.
Regards, Steinar