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

Popular posts from this blog

qt - QML MouseArea onWheel event not working properly when inside QML Scrollview -

java - is not an enclosing class / new Intent Cannot Resolve Constructor -

python - Error importing VideoFileClip from moviepy : AttributeError: 'PermissionError' object has no attribute 'message' -