I can't answer your question because it is completely out of context. I am guessing that you are talking about a thread pool, but RDS does not use a thread pool like .NET -- instead it pre-allocated a fixed number of threads and uses them as a pool to execute
tasks.
This is not an important concept for using RDS. Keep reading :-)
Trevor