cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

How to maintain the ea process ( mgwmapp , mgwmwas , mgwmwum , mgwmwum , mgwspro )

tissarud
New Contributor

we checked on the task manager of windows for check all the EA process founded it still keep all the process ( as the pic ) even though we already stop the IIS web server.

How do can we to reduce/maintain all the process in the EA Mega

1 Reply

mtenzali
Retired

Hi,

 

Normally the processes are stopped (auto killed) when the last user of a given profile is disconnected or when the timeout configured on your web.config file is reached (of course the countdown of the timeout is triggered when an inactivity is detected for a profile).

 


for your case, you can just decrease the timeout delay on your web.config file so the processes will be terminated.

 

the web.config is located here : C:\inetpub\wwwroot\Advisor\Web.Config

 

and the line to edit is : <add key="OpenSessionTimeout" value="1800000" />