context:
In my scenario I have a slow handshake against the destination server and few requests in a spaced manner.
My idea is to reuse the persistent connection but have the connection with some pre warming all the time, so the next request is made faster.
question
Is there any way to configure, in addition to extending the keep alive and idle timeout, to always have an active connection?
context:
In my scenario I have a slow handshake against the destination server and few requests in a spaced manner.
My idea is to reuse the persistent connection but have the connection with some pre warming all the time, so the next request is made faster.
question
Is there any way to configure, in addition to extending the keep alive and idle timeout, to always have an active connection?