[Progress Communities] [Progress OpenEdge ABL] Forum Post: RE: PASOE Performance Issue with NEWING class

  • Thread starter Thread starter dbeavon
  • Start date Start date
Status
Not open for further replies.
D

dbeavon

Guest
>> Did you run your test with pre-compiled code and running with -q? Exactly what I was thinking. It sounds like Roger had already spent lots of time on this, but it is worth going back to this question just in case. The fact that the repro has NOT eliminated the method call (LogManager:WriteMessage) yet is especially suspicious to me ... given that we are pointing the finger at the NEW'ing of a class. We should also be looking at the performance numbers without that method call. At this many iterations (1000000) the performance issues in the AVM can really add up, especially if you don't have precompiled code and aren't caching it in memory with -q. Without -q you are at the mercy of the file system resource where the code is hosted. If it is a spinning disk or a NAS file system then you will see a large performance degradation because the files are constantly polled for changes.

Continue reading...
 
Status
Not open for further replies.
Back
Top