Kbase P8913: Applying MetaFrame XP Service Pack 2 increases CPU usage of Progress client
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  11/01/2011 |
|
Status: Unverified
SYMPTOM(s):
Applying MetaFrame XP Service Pack 2 increases CPU usage of Progress client
Process Events consumes more CPU with Citrix MetaFrame XP SP2
FACT(s) (Environment):
Windows 2000 Advanced Server
Citrix MetaFrame XP for Windows 2000 Terminal Server
CHANGE:
Applied Service Pack 2 for Citrix MetaFrame XP
CAUSE:
The exact cause is unknown at the time of this writing
FIX:
This is a workaround to control the CPU usage of the Progress client:
xx = (a sleep value)
repeat:
process event.
sleep (xx). /* from kernel32 */
/* more code */
end.