Page 1 of 1

Silverlight Plug-in Process Crashes, when loading multiple..

PostPosted: Fri Sep 26, 2014 12:21 am
by beeplusplus
Hi,

We are facing a problem, where silverlight plug-in process is crashed as it reaches full memory, when loading 15-20 pages all have silverlights.

Do we have a way to control to load, like each silver light page to have its own plug-in process, instead of sharing common a plug-in process to avoid the crash?

Thank you.
~Bala

Re: Silverlight Plug-in Process Crashes, when loading multip

PostPosted: Fri Sep 26, 2014 12:31 pm
by magreenblatt
I'm not aware of any flags for this. What CEF version and OS? Are you loading 15-20 silverlight plugins at the same time? Are they in the same or different browser windows?

Re: Silverlight Plug-in Process Crashes, when loading multip

PostPosted: Fri Oct 03, 2014 10:27 pm
by beeplusplus
Hi,

We are in Win 7 64bit and CEF 3.1547.1448.
It seems "--in-process-plugins" forces the plugin process to load in browser process. Will it reduce the performance?

We still use 3.1547.1448., because our main product still stays with VS2010. Can we upgrade to new cef version without using VS2012/VS2013?