Page 1 of 1

APT_PM_CONDUCTOR_TIMEOUT and APT_PM_NODE_TIMEOUT

Posted: Fri Jun 03, 2011 9:23 am
by just4geeks
Hi All,

Can you please guide me what is the difference between APT_PM_CONDUCTOR_TIMEOUT and APT_PM_NODE_TIMEOUT and how they impact performance/execution of the job?

I see from a previous post:
APT_PM_CONDUCTOR_TIMEOUT controls the number of seconds a section leader will wait for a response from the conductor before aborting.

APT_PM_NODE_TIMEOUT controls the number of seconds that the conductor will wait for a section leader to start up and load a score before assuming something has failed. The default for starting a section leader process is 30. The default for loading a score is 12
0.

Can you please confirm if this is correct as name created some confusion in my mind.

In Parallel Advance developer guide only APT_PM_NODE_TIMEOUT is described.

Thanks for all your help!

Posted: Fri Jun 03, 2011 12:46 pm
by PaulVL
What symptom are you trying to cure?

Posted: Fri Jun 03, 2011 1:02 pm
by just4geeks
I am just trying to understand both of them because one of the developers asked us to set both to same value ( 480) without providing any reason. So I would like to know what each variable means and its impact on execution of the job.

Posted: Fri Jun 03, 2011 1:39 pm
by JPalatianos
What you have posted is corrcet. We have just implemented the two in our shop as it seems the start up of the parallel processes is being affected by our Virus Software (Windows).

FYI...Windows has another parmeter which is similar to those mentioned in your post.

APT_PM_PLAYER_CONNECT_TIMEOUT
This controls the number of seconds that the section
leader will wait for exec'd player processes to connect
before giving up and aborting. Default is 60 seconds.
This environment variable is specific to Windows.

- - John

Posted: Fri Jun 03, 2011 2:51 pm
by just4geeks
Thanks John for the help!

Posted: Fri Jun 03, 2011 2:51 pm
by just4geeks
Thanks John and Paul for the help!

Posted: Wed Feb 29, 2012 9:18 am
by sezerman
Hi ,

I have a similar problem. I need to know if APT_PM_CONDUCTOR_TIMEOUT has any disadvantages ? Thanks for helping,

Posted: Wed Aug 06, 2014 2:38 am
by igorlp
JPalatianos wrote:APT_PM_PLAYER_CONNECT_TIMEOUT
Hi, how i can add this parameter? i have not them in parallel parameters list.

Posted: Wed Aug 06, 2014 3:50 am
by ray.wurlod
As a general rule anything with an all upper-case name is an environment variable. Project environment variables are maintained using the Administrator client. You can add environment variables to those supplied "out of the box".