Hi, I don't think there is any limitation on HTTP async client side. Server side, only few of your requests will be replied at the same time based on the server configuration and all your other requests will just timed out. But client side, you can do almost what ever you want.
JM 2012/11/8, Sachin Nikumbh <[email protected]>: > Hi, > > I am trying the HTTP async client and trying to figure out how to get/set > the maximum number of connections per address. What is the default that's > being used? The HTTP specification recommends 2 number of connections per > address. I could not find the API that would allow me to change this > parameter. > > Any help would be greatly appreciated > > Thanks > Sachin > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
