The information contained in this article, though not private or confidential, is not intended for Hudson client use. This information is directed to and intended for internal Hudson company use only.
Add configurable semaphore names for HwebExi & HWebCfg access.
The default names are BRIDGE-HWEBEXI & BRIDGE-HWEBCFG.
This allows for different bridges to not be tied to the same machine
specific semaphore. For example a real time Bridge and a download
Bridge can import reservations concurrrently without holding
each other up.
[POLLER]
EXISEMAPHORENAME=BRIDGE-HWEBEXI2
CFGSEMAPHORENAME=BRIDGE-HWEBCFG2
Semaphore names
EXIWAITSEM=5
Length of time in minutes to wait for the semaphore to become availablle.
The following is a list of configuration items for specifiying the length of
time in minutes to wait for the function to complete.
EXIWAITIMPORT=3
EXIWAITSENDCONF=3
EXIWAITCONNECT=3
EXIWAITDISCONNECT=3
EXIWAITVRAS=3
EXIWAITCONDEXP=3
EXIWAITIMPORTFILE=5
Sample Config:
[POLLER]
SCANDELAY=60
MACHINEID=MACHINE1
TITLE=Hudson Customer Bridge
UPLOADRESENABLE=0
FTPDOWNLOADENABLE=0
REQUESTLISTENABLE=0
MENUUTILITIESENABLE=0
FLIGHTVIEWENABLE=0
EXISEMAPHORENAME=HWEBEXI-{SITEKEY}-{BridgeTypeCode}
CFGSEMAPHORENAME=HWEBCFG-{SITEKEY}-{BridgeTypeCode}
EXIWAITSEM=5
EXIWAITIMPORT=3
EXIWAITSENDCONF=3
EXIWAITCONNECT=3
EXIWAITDISCONNECT=3
EXIWAITVRAS=3
EXIWAITCONDEXP=3
EXIWAITIMPORTFILE=5
The information contained in this article, though not private or confidential, is not intended for Hudson client use. This information is directed to and intended for internal Hudson company use only.