Welcome Guest Search | Active Topics | Sign In | Register

How to identify the process from webpanel Options
Takashi
Posted: Sunday, December 13, 2020 11:46:12 PM
Rank: Newbie
Groups: Member

Joined: 1/10/2017
Posts: 2
Dear Support team.

My company develops software which uses EO.WebBrowser.
Currently, we're using the following versions.
- EO.Base.dll: 18.2.74
- EO.WebBrowser.dll: 18.2.74
- EO.WebEngine.dll: 18.2.74
- eowp.exe: 18.2.74

Can you tell me the way to identify the process from Weview?
Or do you have any good idea to solve the following problem?

Our software has some WebViews to open different webpages.
Sometimes it consumes huge memory, around 1GB. Normally, the memory consumption will be decreased to around 100MB.
Now, we faced the problem that memory consumption is kept with higher values.

There are 13 eowp.exe processes as a child process of e3wp.exe.
3 of them are consuming around 5.5GB of memories.

We want to identify which webpage consume huge memories to resolve this problem at first.

Thank you for your response.

Best Regards,
Takashi
eo_support
Posted: Monday, December 14, 2020 9:14:38 AM
Rank: Administration
Groups: Administration

Joined: 5/27/2007
Posts: 24,071
Hi,

In newer version we have this method:

https://www.essentialobjects.com/doc/eo.webengine.engine.getchildprocessids.aspx

So for example, you can call

webView.Engine.GetChildProcessIds();

To return a list of all child process used by the same browser engine.

However I do not believe this method exists in your version. So you may want to update to the current version first. You should also consider updating to the current version because the tech support for your original order has already expired (we provide one year support after the purchase), so technically we are not obligated to support you unless you renew your maintenance subscription, which will cover tech support and also upgrade your version to current.

Thanks!
Takashi
Posted: Tuesday, December 15, 2020 1:00:34 AM
Rank: Newbie
Groups: Member

Joined: 1/10/2017
Posts: 2
Hi E3_support,

Thank you for your quick reply.

We'll consider the update at first.

Thank you again.

Best Regards,
Takashi


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.