Progress
Open Client
Developer’s Guide
Request States
When a client invokes a proxy method, the result is a request to the AppServer. The request, itself, can be in one of three states. Also note that when the method completes and returns control to the application, the request can still be active if there is an open output result set (that is, the connection is in a STREAMING state).
The three request states include:
- QUEUED — The connection is busy with a request from another thread. The current request is queued until the connection becomes available.
- RUNNING — The current request is being run on the connection, and the connection is in the RUNNING state.
- STREAMING — The current request is transmitting records over the connection, and the connection is in the STREAMING state.
Copyright © 2004 Progress Software Corporation www.progress.com Voice: (781) 280-4000 Fax: (781) 280-4095 |