You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-**Connections per worker**: 800 simultaneous connections
111
+
112
+
The Docker container automatically uses Gunicorn and is configured with static sync enabled by default.
113
+
114
+
> **Note**: The application code automatically detects the execution environment. When run with `python3 sparql_oc.py`, it uses the built-in web.py server. When run with Gunicorn (as in Docker), it uses the WSGI interface.
0 commit comments