Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我需要同时向多个主机发出多个 GET 请求。最小请求数为 500。我可以使用单个 Apache HttpClient 实例来发出所有请求吗?还是我需要为每个请求创建一个新请求?任何其他方法/库也可以使用。