users@tyrus.java.net

massive connector pool

From: Cristian Lorenzetto <cristian.lorenzetto_at_gmail.com>
Date: Wed, 5 Oct 2016 10:47:18 +0200

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?