Connection Pooling Internals

Not applicable

Asking this on behalf of a customer:

Looking at <HTTPTargetConnection/> I can see there are 2 properties for handling the connection pooling timeouts and socket timeouts. The implication from the documentation is that the connection pooling used is synchronous. Can you give us a bit more information about how we might be able to configure and monitor the connection pooling and perhaps how the threading model for connection pooling works?

Ideally we would want to use non-blocking I/O for connection pooling since we will be expecting a lot of requests with small to medium sized payloads rather than fewer requests and larger payloads. Is there any way to configure this?

Solved Solved
0 1 572
1 ACCEPTED SOLUTION

Hello @Nigel Walters, Edge by default does NIO, so you don't have to configure anything specific for this.

View solution in original post

1 REPLY 1

Hello @Nigel Walters, Edge by default does NIO, so you don't have to configure anything specific for this.