D
David
Hello,
We have a question regarding how ReportViewer control works (version
8.0.0.0, reporting services 2005).
We placed 3 report viewer controls in the same aspx page. All of them are
using the Async mode of the ReportViewer control.
The web server gets all requests concurrently, but we've seen that the Web
Server is sending the request to the Report Serivces server one by one
(sequentially) and not in parallel.
Why is that?
How can we make it be parallel?
The problematic request which is queued ( we checked that using fiddler on
the web server), is:
http://serverName/ReportServer?/DB_...rResponseAsXml=true&rs:AllowNewSessions=false
BTW If open the page in 3 different IE windows, the ReportViewers from
different Http Sessions do request the Reports in parallel.
But, if open it in the same IE7 window, in different tabs, it is sequential
requests.
Thanks
We have a question regarding how ReportViewer control works (version
8.0.0.0, reporting services 2005).
We placed 3 report viewer controls in the same aspx page. All of them are
using the Async mode of the ReportViewer control.
The web server gets all requests concurrently, but we've seen that the Web
Server is sending the request to the Report Serivces server one by one
(sequentially) and not in parallel.
Why is that?
How can we make it be parallel?
The problematic request which is queued ( we checked that using fiddler on
the web server), is:
http://serverName/ReportServer?/DB_...rResponseAsXml=true&rs:AllowNewSessions=false
BTW If open the page in 3 different IE windows, the ReportViewers from
different Http Sessions do request the Reports in parallel.
But, if open it in the same IE7 window, in different tabs, it is sequential
requests.
Thanks