You could have used the executor filter to do this. All depends on the lengths you want to go through for difference performance profiles.
Sent from my iPhone On Jun 28, 2013, at 1:11 PM, Zlatko Josic <[email protected]> wrote: > Hi, > > We created server based on MINA framework. Every request has logic that > writes to database. > We creates separated thread pool for these taks. > This means that MINA's worker thread pool submits taks to our pool where > they are executed. > Is this good approach ? > > Thanks > > Zlaja
