If I want to run a spring enabled java application that does document processing, does the container offer me multithreaded capabilities on its own ? I don't have any multithreaded code ...
I need to start a variable number of threads which in turn each start a varying number of threads (i.e. i threads where the Ith thread needs to start Ki threads) ...
hi, does spring assign a thread for every managed component/bean by default? or could it be configured to do so? what about thread-safety in this case? it seems like a fundamental ...