Page 1 of 1

Stimulsoft and Remote SessionState Server

Posted: Wed Nov 20, 2013 8:51 am
by alfinusoktavianus
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

Re: Stimulsoft and Remote SessionState Server

Posted: Thu Nov 21, 2013 10:25 am
by HighAley
Hello.

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
Thank you.

Re: Stimulsoft and Remote SessionState Server

Posted: Sun Nov 24, 2013 10:20 am
by alfinusoktavianus
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

Posted: Mon Nov 25, 2013 5:25 am
by HighAley
Hello.

Great!
Let us know if you need any additional help.

Thank you.