Rank: Newbie
Groups: Registered
Joined: 7/27/2017(UTC) Posts: 2
|
On use of Patagames.PDF, I can see 'Induced GC' performance counter is incrementing with each document open-close. Is is true that the library is calling .NET garbage collection ? Can it be removed - fixed, how ? Edited by user Friday, July 28, 2017 6:24:22 AM(UTC)
| Reason: Not specified
|
|
|
|
|
|
Rank: Administration
Groups: Administrators
Joined: 1/5/2016(UTC) Posts: 1,138
Thanks: 10 times Was thanked: 133 time(s) in 130 post(s)
|
Emm.... could, you please provide more info about problem?
|
|
|
|
|
|
Rank: Newbie
Groups: Registered
Joined: 7/27/2017(UTC) Posts: 2
|
We are implementing PDFium in our project, when we checked .NET Performance counter after using library in WPF application. With each PDF document open-close it looks like it does GC.Collect() call explicitly. As per .NET application guidance it should not do GC.Collect() call explicitly and let GC handle it automatically - that can be a performance issue. So I want to know the reason why GC.Collect() is explicitly called and if it can be removed.
|
|
|
|
|
|
Rank: Administration
Groups: Administrators
Joined: 1/5/2016(UTC) Posts: 1,138
Thanks: 10 times Was thanked: 133 time(s) in 130 post(s)
|
There is no any call of GC.Collect() method from Pdfium.Net SDK.
|
|
|
|
|
|
Forum Jump
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.
Important Information:
The Patagames Software Support Forum uses cookies. By continuing to browse this site, you are agreeing to our use of cookies.
More Details
Close