You might want your Onload application to access the same shared queue as other applications, such as an ef_vi application. To do so you must ensure the applications are all using the same SHRUB controller:
- If another application is responsible for starting the SHRUB controller, when you
subsequently start your Onload application:
- You must set the
EF_SHRUB_CONTROLLERenvironment variable to the same SHRUB controller ID that the other application used. - You must set the
EF_SHRUB_USE_INTERRUPTSenvironment variable to1if the SHRUB controller is interrupt-driven (shrub_controller -i …), or to0if the SHRUB controller is not interrupt-driven.
- You must set the
- If your Onload application is responsible for
starting the SHRUB controller, you must ensure that the other applications use the
same SHRUB controller ID that you set with the
EF_SHRUB_CONTROLLERenvironment variable.