Re: [Django] #19615: Post Buffering with uWSGI

2013-01-15 Thread Django
#19615: Post Buffering with uWSGI
---+--
 Reporter:  tompaw |Owner:  nobody
 Type:  Uncategorized  |   Status:  closed
Component:  Documentation  |  Version:  1.4
 Severity:  Normal |   Resolution:  wontfix
 Keywords: | Triage Stage:  Unreviewed
Has patch:  0  |  Needs documentation:  0
  Needs tests:  0  |  Patch needs improvement:  0
Easy pickings:  0  |UI/UX:  0
---+--
Changes (by timo):

 * status:  new => closed
 * resolution:   => wontfix


Comment:

 Agreed, I don't think it's Django's place to document this.

-- 
Ticket URL: 
Django 
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To post to this group, send email to django-updates@googlegroups.com.
To unsubscribe from this group, send email to 
django-updates+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




Re: [Django] #19615: Post Buffering with uWSGI

2013-01-15 Thread Django
#19615: Post Buffering with uWSGI
---+--
 Reporter:  tompaw |Owner:  nobody
 Type:  Uncategorized  |   Status:  new
Component:  Documentation  |  Version:  1.4
 Severity:  Normal |   Resolution:
 Keywords: | Triage Stage:  Unreviewed
Has patch:  0  |  Needs documentation:  0
  Needs tests:  0  |  Patch needs improvement:  0
Easy pickings:  0  |UI/UX:  0
---+--
Changes (by apollo13):

 * needs_better_patch:   => 0
 * needs_tests:   => 0
 * needs_docs:   => 0


Comment:

 from the description of --post-buffering I am strongly -1 on it (http
 ://uwsgi-docs.readthedocs.org/en/latest/Options.html#post-buffering).
 Saving post to disk is probably not a good idea as default.

-- 
Ticket URL: 
Django 
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To post to this group, send email to django-updates@googlegroups.com.
To unsubscribe from this group, send email to 
django-updates+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




[Django] #19615: Post Buffering with uWSGI

2013-01-15 Thread Django
#19615: Post Buffering with uWSGI
---+
 Reporter:  tompaw |  Owner:  nobody
 Type:  Uncategorized  | Status:  new
Component:  Documentation  |Version:  1.4
 Severity:  Normal |   Keywords:
 Triage Stage:  Unreviewed |  Has patch:  0
Easy pickings:  0  |  UI/UX:  0
---+
 This refs.
 https://docs.djangoproject.com/en/dev/howto/deployment/wsgi/uwsgi/

 Please add --post-buffering 1 to the list of default uwsgi parameters.
 Otherwise you might end up wasting half of your day, like I did today,
 until found this:

 http://stackoverflow.com/questions/3970495/nginx-connection-reset-
 response-from-uwsgi-lost

 This is over 2 years old now on Stack Overflow and apparently is still not
 handled by the latest version of uwsgi by default.

 Django 1.4.3 + uWSGI 1.4.4 + nginx 1.2.6

-- 
Ticket URL: 
Django 
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To post to this group, send email to django-updates@googlegroups.com.
To unsubscribe from this group, send email to 
django-updates+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.