On Thu, Jan 16, 2014 at 5:14 PM, gcollins <[email protected]>wrote:
> Hello Les, > > Thankyou very much for the answer! > > Yes I could do that but it doesn't really solve my problem. When requests > for authentication spike, I would either need to allocate a large number of > threads for the ExecutorService thread pool...or slow down authentication > for users by queueing the requests up (the authentication request could > take > several seconds to complete). > I'm curious on how this wouldn't be the case for any asynchronous approach.
