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

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...