Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations John Tel on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Crystal Reports & .NET Session variables

Status
Not open for further replies.

JCruz063

Programmer
Feb 21, 2003
716
US
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]
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top