Hello all,
I have a .NET web application that allows the user to view Crystal 10 reports. I have about 15 reports, and my users view them, and they're happy.
But, here's a little problem. I'm using Session variables to store the reports so that I don't have to regenerate them after every postback. With that setup, I'm afraid I'm going to run out of memory on the server if many users attempt to print the reports at once. I might get about 50+ users at a time, and thus I'm worried.
I don't want to recreate the reports after each postback, though, because some of my reports take up to even 10 seconds. Recreating them after a post back might just take too long.
Can anyone think of any solution I might use for this?
Thanks.
JC
_________________________________
I think, therefore I am. [Rene Descartes]
I have a .NET web application that allows the user to view Crystal 10 reports. I have about 15 reports, and my users view them, and they're happy.
But, here's a little problem. I'm using Session variables to store the reports so that I don't have to regenerate them after every postback. With that setup, I'm afraid I'm going to run out of memory on the server if many users attempt to print the reports at once. I might get about 50+ users at a time, and thus I'm worried.
I don't want to recreate the reports after each postback, though, because some of my reports take up to even 10 seconds. Recreating them after a post back might just take too long.
Can anyone think of any solution I might use for this?
Thanks.
JC
_________________________________
I think, therefore I am. [Rene Descartes]