Kbase P106108: How do you replace using "WAIT-FOR event-list" on an AppServer?
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  12/1/2008 |
|
Status: Unverified
GOAL:
How do you replace using "WAIT-FOR event-list" on an AppServer?
GOAL:
How do you use Process events on the AppServer?
FACT(s) (Environment):
All Supported Operating Systems
Progress 9.x
OpenEdge 10.x
OpenEdge Server Technology Category: AppServer
FIX:
Use process events in a loop that looks at a logical variable. When the event occurs, set the logical variable to stop. Example: do while not lok: Process events. end. In the events handler code, set lok to true to stop the loop.