Hi,
I have a requirement where i am creating a Web based app which retrieves the data from different data sources.For this purpose i'av created a thread pool in which i am queing the request for data from different data sources.As of now i'av queued 50 request in the pool.
This is working fine but it is consuming 100% of CPU :(.After getting data from different data sets i merge it into a single dataset which contains around 1000 records.
What shall i do to reduce the CPU usage?Is there any other approach to this kind of requirement.
Regards,
Bom