folly - Proxygen http client using a connection pool (keep-alive) -
i writing proxygen server needs make http request other service. have connection pool other service (using keep-alive), , whenever need make request service, peak 1 of connections , issue request. then, after request finished, return connection pool can reused. read curl client in examples of proxygen project, makes 1 request , close connection. can give me insights on how make http client handles connection pool using proxygen/folly ? proxygen/folly have way of handling connection pools ? in case can read ?
thanks in advance
Comments
Post a Comment