Airlock Gateway uses Apache HTTP Server as web acceptor for incoming HTTP connections. By default the Apache MPM event module is used for request processing. In rare cases this module can cause problems in environments with high load in combination with special clients. This page describes when switching to the MPM module worker should be considered.
The MPM module defines how client connections and requests are processed by the system regarding thread-, process- and event-models. The MPM event module handles some connections in an asynchronous way and is the best fit and therefore the default module for most Airlock Gateway setups. In some cases the module terminates active HTTP keep-alive connections which could cause problems in combination with special clients.
If you observe one of the following problems, we recommend to test whether the problem is mitigated by switching to the MPM worker module.
Switching to the worker module may introduce other drawbacks and should only be done when measures like fixing the HTTP client to deal with TCP connection reestablishment can not be applied:
The following global Apache Expert setting must be set to switch from MPM event to MPM worker module.
Define USE_MPM_WORKER