RestClient and HttpPipeline

Hi,

We are migrating from node client to RestClient. Is ClosableAsyncHttpClient using Http Pipeline internally to manage requests and response ?

Come across the following link

Response should be sent from server in the order of Requests placed from the client

Eager to know how rest client give performance boost to search requests ?

No pipelining is used.

Why do you think that HTTP pipelining is more effective than a pooled connection in this context?

Imagine you are using pipelining and you are sending a search request and then an indexing request. You would have to wait until the search request is processed until you would see a response for the index request.

Alexander,

Thanks for the reply.I didnt aware pooled connection is used. Sorry for the mistake.

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.