. I developed a Java application that loads html from the specified urls.I can be loaded into multithreads. But now I want to use the connection pool as well. I searched for various ways that we can perform pooling, but all are connected to client server applications (using apache, Tomcat, etc.). But I only need this on my only car. I just want to load html and paste into the mysql database in streams. How can i do this.
source share