I am developing a Java application that connects to various web servers via the HTTP protocol (sends their request and waits for a response). I would like to use a template with a queue pool and a work pool, so I would like to know if there are any frameworks in Java that provide methods for this?
source
share