Open alexgarel opened 2 months ago
We experience latency problems on Open Food Facts because the Apache instance is busy processing long requests (facets / searches / etc.).
We can't prioritize requests based on URL in Apache2 (or dedicate workers).
We will setup a second Apache instance which will only serve certain requests:
The rest of the requests will be handled by the other apache2 server.
We experience latency problems on Open Food Facts because the Apache instance is busy processing long requests (facets / searches / etc.).
We can't prioritize requests based on URL in Apache2 (or dedicate workers).
We will setup a second Apache instance which will only serve certain requests:
The rest of the requests will be handled by the other apache2 server.