Hey,
I was wondering what plans there are to allow Jersey clients to invoke
non-blocking IO without spawning a new thread? As far as I can tell, the
current design means that any async client calls will necessarily create
a new blocking thread - even when using a non-blocking client adapter
like the GrizzlyConnector or NettyConnector.
Thanks,
Grenville Wilson