Hello,
I'm load testing my application right now. It consists of a web app which is calling a WCF Rest service to render the a report in PDF.
When we are sending 5 requets from 5 differents tabs of the browser, we realized that every report are rendered one after the other. As they are large reports about 4 minutes to render. I'm wondering if there is a way to configure the ReportProcessor in order to parallelize the rendering?
Thanks in advance for your help,
See in attachment, a graph of CPU, memory and IO. large IO spikes is basically when the app is writing a report to the disk.
Pierrick
I'm load testing my application right now. It consists of a web app which is calling a WCF Rest service to render the a report in PDF.
When we are sending 5 requets from 5 differents tabs of the browser, we realized that every report are rendered one after the other. As they are large reports about 4 minutes to render. I'm wondering if there is a way to configure the ReportProcessor in order to parallelize the rendering?
Thanks in advance for your help,
See in attachment, a graph of CPU, memory and IO. large IO spikes is basically when the app is writing a report to the disk.
Pierrick