ThreadPooler in Spring 2.5.6
Posted
by MiKu
on Stack Overflow
See other posts from Stack Overflow
or by MiKu
Published on 2010-06-08T08:41:29Z
Indexed on
2010/06/08
9:02 UTC
Read the original article
Hit count: 459
My application uses Spring 2.5.6. I have a service that creates explicit threads for some specific task. Triggering of this service call happens through quartz time scheduler.
Question :
While executing service calls, i want to use some sort of thread pooler that can return me thread instances. Is there any implementations that i can use in Spring?
© Stack Overflow or respective owner