In my application,
I'll have to run >10000 threads at a time. These threads will perform some operations in DB. I'm using thread pool of size 100. The no of db connections is 10000, which is affecting the performance.
Is there any way i create few (say 50-100) db connections and share them among all the threads? Thanks in advance