Hi
I have a question, If a user call a method 1000 times for example for load customers, and the same method is call by 1000 users but only once, the 2 options are the same.
Because i have to understand if this articule is correct and the 1000 runs is apply for many users...
http://www.luisrocha.net/2011/12/data-access-performance-comparison-in.html
The section..
The following table contains the results per multiple runs:
1 run
10 runs
100 runs
500 runs
1000 runs
DataReaderNativeQuery
0.0
5.9
63.0
321.8
644.2
DataReaderStoredProcedure
0.0
6.2
65.0
332.3
658.6 Go to the complete details ...