Yes, I am going to serve the file via uWSGI+python.
Here is the uWSGI error log:
Tue Mar 17 15:11:32 - uwsgi_response_write_body_do() TIMEOUT !!!
IOError: write error
[pid: 20012|app: 0|req: 5/9] 10.177.7.30 () {46 vars in 927 bytes} [Tue Mar
17 15:06:41 2015] POST /cdcontent/ => generated 1073954816 bytes in 291031
msecs (HTTP/1.1 200) 5 headers in 194 bytes (133087 switches on core 0)
This is my "uwsgi.ini" file
*[uwsgi]socket=/var/run/uwsgi/test_uwsgi.sockvirtualenv=/test/django_test/test_virtualenvchdir=/test/django_test/testmodule=test.wsgi:applicationuid=apachegid=apachemaster=Trueworkers=8pidfile=/test/django_test/test/uwsgi-master.pidmax-requests=5000daemonize=/var/log/uwsgi/django_test.log*
On Tue, Mar 17, 2015 at 11:57 AM, Roberto De Ioris <[email protected]> wrote:
>
> > For example i have two websites,
> > 1. example.org ( nginx + uwsgi + python +mysql )
> > 2. example.com ( nginx )
> >
> > i tried to download more than 2GB file using *example.org
> > <http://example.org>* website but i can't able download full size of the
> > file, after 1GB automatically truncate but i can able to download the
> full
> > size of the same file using *example.com <http://example.com>* website.
> >
> >
>
>
>
> Sorry, i mean, how do you serve the file via uWSGI+python ? (there are
> dozen ways to do it). Btw, are you absolutely sure you do not want to
> serve the file via nginx ?
>
>
>
> --
> Roberto De Ioris
> http://unbit.com
> _______________________________________________
> uWSGI mailing list
> [email protected]
> http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi
>
Best Regards
Manivel
_______________________________________________
uWSGI mailing list
[email protected]
http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi