Page History
...
- PHP timeout:
default_socket_timeout
inphp.ini
might be too small.
→ Increase to 180 or higher; restart Apache/IIS after editing. - Apache/IIS timeout: May be shorter than expected.
→ CheckTimeout
in Apache config (see link) orconnectionTimeout
in IIS settings. - Wildfly worker thread pool: Might be too small.
→ Editstandalone.xml
ordomain.xml
, increasemax-threads
under thedefault
HTTP listener. - IIS PHP FastCGI Activity Timeout: Often set to 30s by default.
(→ Go to IIS → FastCGI Settings → Edit )PHP handler → Set "Activity Timeout" to 180 or more.
Tips for Optimizing i2b2 Query Speed
...