i m developping a java program that might connect to thousands to different
endpoints in parallel way.
I dont know how it is handled the thread pool in tyrus if it exists.
Tyrus can soddisfy this requirements ?
if i set "shared client container" is there a single thread pool for
different endpoins or just share multiple connections per single endpoint?
Or for your opinion i might realize a classical thread pool using
grizzly.java.net?