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
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,217
|
Hi, In newer version we have this method: https://www.essentialobjects.com/doc/eo.webengine.engine.getchildprocessids.aspxSo 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!
|
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
|