Page 1 of 1

Environment Variables

Posted: Tue Aug 31, 2004 9:31 am
by mmanes
Hi,
can you explain the following viriables for me?

APT_BUFFER_MAXIMUM_TIMEOUT
APT_PM_CONDUCTOR_TIMEOUT
APT_PM_NODE_TIMEOUT

Is anywere a document?

Thank you,
Matthew

Posted: Tue Aug 31, 2004 10:13 am
by leo_t_nice
Hi

I have a document of unknown origin, and i am not sure if there are any non-disclosure agreements around it, but i can give you these snippets. I hope they mean something to you...

APT_BUFFER_MAXIMUM_TIMEOUT is the largest value that the 'bufferop' write timeout will reach (default 600 seconds)

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 120.

Hope this helps

Posted: Wed Sep 01, 2004 4:23 am
by mmanes
Thank you Leo