Type of ThreadPool used by TaskQueue and Workflow Queue

0
What kind of ThreadPool does Mendix use behind the scenes for WorkFlow or Task Queues?    Would you know if it is a fixed thread pool provided by Java API? or does Mendix a custom thread pool? – where it can configure attributes like corePoolSize, maximumPoolSize and keepAliveTime. I just want to know if there is impact on performance by the choice of ThreadPool that Mendix Made.   Are there any best practices around Task Queues? – Should I use a common Task Queue for my entire application?    
asked
0 answers