|
Rank: Newbie Groups: Member
Joined: 10/7/2019 Posts: 4
|
Just see you have a new product released - product version is 20.1.31.0.
According to the description of the release notes or change log, EO.Base.Runtime.Restart has been added.
A question is: under what kinds of circumstances, this method should be invoked?
We have an application to generate PDF from aspx and sometimes a process is stuck. Would this restart method will help?
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,217
|
Hi,
Yes. This was meant to provide a "soft reset" feature without having to restart the process/AppDomain. So if you are experiencing hang issues, you can try to call this method periodically and see if it helps. However obviously if you are able to reproduce the issue, we would like to investigate the issue further so that we can find the root cause.
Thanks!
|
|
Rank: Newbie Groups: Member
Joined: 10/7/2019 Posts: 4
|
How many runtime instances could exist, one or multiple?
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,217
|
There is only one Runtime per AppDomain.
|
|