
mtx memory usage keeps growing?
I have components being called across three machines. The mtx processes on
the busiest machine starts at 6 megs and during very heavy usage periods
increases to 50 megs. When the work load drops off the memory usage stays
the same and the processor have to work many times harder to complete the
same work.
The components were registered through Transaction Server, but transaction
are not used.
Eventually the machines will grid to a halt. Shutting down the server
processes destroys the mtx processes and were up to full speed again.
Three lay design: presentation, application and dataaccess layers
Most of the data is passed around in collections.
All object are explicitly destroyed
Can some help?
Richard Press