Instances and Concurrent Access
Using the same proxy, a single client can issue multiple concurrent calls to a service.
The client can use multiple threads to invoke calls on the service, or it can issue one-way calls in rapid succession on the same thread. In both of these cases, whether the
calls from the same client are processed concurrently is the product of the service’s
configured instancing mode, the service’s concurrency mode, and the configured delivery mode (that is, the transport session).
The client can use multiple threads to invoke calls on the service, or it can issue one-way calls in rapid succession on the same thread. In both of these cases, whether the
calls from the same client are processed concurrently is the product of the service’s
configured instancing mode, the service’s concurrency mode, and the configured delivery mode (that is, the transport session).
- The service’s instancing mode
- The service’s concurrency mode
- The configured delivery mode
댓글
댓글 쓰기