Tóth István Zoltán
06/30/2023, 4:54 AMAleksei Tirman [JB]
06/30/2023, 9:53 AMMay I use the same HttpClient from multiple threads at the same time (connecting to the same server)?Yes.
If I use the same client from different threads at the same time, will cookies be synchronized?If you would use the
HttpCookies
plugin then yes.
How many clients may I have active at the same time (100+ would be good for me, these go to different servers).I think it depends on the particular resource constraints.