I have post a message herehttp://forum.stimulsoft.com/viewtopic.p ... 9&start=10 but i think this is a different issue so i decide to create a new post. I downloaded 2013.2 trial version and i found this version extremely slow when i use a remote state server. But if i use a local state server the performance is good. Is there a special property for stimulsoft to use with remote stateserver? I tried both Page and Session on CacheMode StiWebViewer property but didn't help.
Let me explain a little bit about my servers configuration. I have 2 ASP.NET servers hosting Stimulsoft report. Both configured as web garden, and load balanced. The session state is stored on the third server and both ASP.NET server accessing this server through a backplane in one enclosure bladeserver.
Thank you in advance
Stimulsoft and Remote SessionState Server
-
- Posts: 12
- Joined: Mon Nov 21, 2011 11:51 pm
- Location: Indonesia
Re: Stimulsoft and Remote SessionState Server
Hello.
Please, try to debug your project on the remote server.
Try to run next code:
Thank you.
Please, try to debug your project on the remote server.
Try to run next code:
Code: Select all
report.Load(...)
// save start time here
report.Render(false);
// calculate time of rendering
-
- Posts: 12
- Joined: Mon Nov 21, 2011 11:51 pm
- Location: Indonesia
Re: Stimulsoft and Remote SessionState Server
After doing some investigation i found that the problem is not specifically related to stimulsoft. With remote sessionstate server, all apsnet pages running slower than before but stimulsoft affected at most. My remote sessionstate issue was solved and all pages including stimulsoft back to its normal performance. Thank you
Re: Stimulsoft and Remote SessionState Server
Hello.
Great!
Let us know if you need any additional help.
Thank you.
Great!
Let us know if you need any additional help.
Thank you.