Re: [pylons-discuss] Problem with chunked transfer

2025-08-26 Thread Florian Schulze
> I'm now trying to find the origin of this NFS performance problem; if I > can't make it work correctly, maybe I'll switch to Relstorage blobs stored > in the PostgreSQL ZODB backend (with a RelStorage client cache), but this > configuration generates very big PostgreSQL databases (I have 800 GB o

[pylons-discuss] Problem with chunked transfer

2025-08-22 Thread Thierry Florac
Hi, My Pyramid application is supporting partial contents transfer for requests using "range" headers, actually to serve PDF and videos files. The application is deployed behind an HAProxy with Apache and mod_wsgi; after using this feature without any problem for years (with Apache 2.4.25, mod_ws