Asynchronous Support-C Language Web
Asynchronous support in Web Transport supports testing of asynchronous behavior in web applications.
The following asynchronous behaviors are supported:
- Push – client waits for input from server.
- Poll – client polls server periodically for information.
- Long poll – client polls server and waits for answer. When answer arrives another poll request is initiated.
- Cross-user interaction – One user performs an activity which is reflected in another users client. For example, a Vuser sends email and a different user receives notification.
The terms used in asychronous-related topics are: