logo
Welcome Guest! To enable all features please Login or Register.

Notification

Icon
Error

Options
Go to last post Go to first unread
Milan  
#1 Posted : Thursday, July 27, 2017 4:40:00 PM(UTC)
Milan

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

Paul Rayman  
#2 Posted : Friday, July 28, 2017 6:40:33 AM(UTC)
Paul Rayman

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?
Milan  
#3 Posted : Friday, July 28, 2017 6:44:55 AM(UTC)
Milan

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.
Paul Rayman  
#4 Posted : Friday, July 28, 2017 6:58:27 AM(UTC)
Paul Rayman

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.
Users browsing this topic
Guest (2)
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.