Optimal Application.xml Process tag
Hi, I am wondering what values should I put in the Process tag of Application.xml considering my application. I've done some studies but I am still unsure and would like some expert opinion!
To help you help me : I have a video chat application that comes with a contact list, so think skype on the web.
Here are my configs :
<Process>
<Scope></Scope>
<Distribute numprocs="0"></Distribute>
<LifeTime>
<RollOver>19800</RollOver>
<MaxCores></MaxCores>
</LifeTime>
<MaxFailures>2</MaxFailures>
<RecoveryTime>60</RecoveryTime>
</Process>
I set a RollerOver because sometimes RTMFP crashes on my server, and by putting the RollOver it seems to help, by re-newing the core process. However when clients are connected before the rollover, then they will not see their friends going online after the rollover which sucks.
Anyway, any advices?
Thanks
