Suggestion required in my threads scenario?
I have multiple threads in my program, with each thread need to execute again multiple tasks i.e Need fetches the data multiple times. For every fetch we are planning to create new thread. Is it recommended way or is it creates any issue? If you know any better ideas please suggest.

