Kbase P42426: How to prevent a Progress session from using all system resources ?
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  24/11/2010 |
|
Status: Verified
GOAL:
How to prevent a Progress session from using all system resources ?
GOAL:
How to stop a Progress sesion from hogging a CPU core ?
FACT(s) (Environment):
All Supported Operating Systems
Progress 8.x
Progress 9.x
OpenEdge 10.x
FIX:
If needed, a Progress session will take all resources that it can get from the OS.
This means that if there are other processes also requesting resources the available resources will be distributed according to OS process priorities.
As Progress session' default priority is "normal", it should not prevent other processes from claiming sufficient resources.
If there are no other processes asking for resources, the session will take all resources it can get - which is fine in that case as all resources are readily available.
If a Progress session is causing noticeable slowdown on the system, there are most likely other performance issues which need to be investigated.