标签: java multithreading sockets http asynchronous
我有多个https请求。但是,在回复之前,我必须等待一段时间,比如1分钟。我想同时尽可能多地发出http请求。我已经尝试了线程池,但它导致太多线程,因为我有很多进程要运行。此外,我尝试Side-by-side image of icons within viewBox and extended beyond viewBox,但它没有有效地满足我的要求。有没有有效的方法呢?