Answer the question
In order to leave comments, you need to log in
What is the best way to organize intensive networking in Java?
Let's say there is a task, most of which is working with the network (sending requests, waiting for responses), and processing responses is relatively simple. Let it be sending an HTTP-get and parsing the result.
Of course, you want to execute queries in parallel, because the main goal is to speed up this process as much as possible (the channel allows you to make at least 1k requests at the same time). The question arose as to how best to do this.
Can lightweight threads/Fibers help in this situation?
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question