|
-
March 21st, 2011, 04:59 AM
#1
Parallel Processing in ASP.net Framework 2.0
Hi All,
I need to do parallel processing in my coding because i have 4 sql to fetch data from database which each take me 3-4 minutes.All the tables involved are raw table and that is no way i can reduce the time for the sql.
I need to find a way out to reduce the data fetching time.The only thing i canfigure out is to have this 4 sql execute at the same time by doing parallel processing.
Hi all, do you have any idea on fasterning the process other than parallel processing?
I have find online but no sample coding for parallel processing on .net framewrok 2.0.
Could anyone please share ith me?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|