Kbase P57588: How to find out from one client procedure which procedure/s is being run by another client
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  10/16/2008 |
|
Status: Unverified
GOAL:
How to find out from one client procedure which procedure/s is being run by another client.
FACT(s) (Environment):
Progress 9.x
FIX:
This is not directly possible, as there is no direct inter-client processing.
However, there are a couple of methods that could be used to track such information:
1. Use a database to store information on who is running what - update the table(s) on procedure startup and end.
2. Implement sockets to allow the clients to talk to each other directly.