Jump to content

Memory FASTREPORT Hyperserver IIS


SISBLU Software

Recommended Posts

 
I have a big problem!
When I generate a report and load it into the application it always accumulates memory.
How do I load the pdf from the memory of the application?
 
Open application: 6.19 MB
Open the first Report: 129,96 MB
 
When I close the report, the memory is not released
 
image.png.9bdf2aca58f740798103aa38e29245cc.png
 
Releasing memory space in the application?
Thanks!!
Link to comment
Share on other sites

  • 1 month later...

I do not find any problem on that.

Just dnynamically create Tuniform with  fastreport components, create pdf file and the free Tuniform.

The same way as Demo shows in samples driectory Unigui.

Also  memory increasing after start process from begining is not realistic until reach some level.

Br, Marko

 

 

 

 

Link to comment
Share on other sites

2 hours ago, adragan said:

Avoid frxDBDataset. It's not threadsafe. Also I had problems with RichText component.

Try to store the database connection in the report with TUniDac Connection or whatever DB engine you use.

It's threadsafe.

Hi, I did not know that frxDBDataSet is not threadsafe, so how can we do this?:  "Try to store the database connection in the report with TUniDac Connection"

Best regards

Link to comment
Share on other sites

  • 5 months later...
  • 2 weeks later...

Hello... 

1º If using FASTREPORT, create a DMFree to centralize everything from FASTREPORT.

2nd Search the project: frxClass. If it exists, leave it only in FastReport's DMFree.

3rd memory leak. See if in your project you CREATE objects.
CREATE function. And if you are using "Free" to release

Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...