Re: uWSGI documentation

2011-05-19 Thread is_null
Thanks Roberto for your feedback. The text seems ready so i created a ticket: http://code.djangoproject.com/ticket/16057 Again, any positive feedback and/or violent flames are welcome. James -- You received this message because you are subscribed to the Google Groups "Django developers" grou

Re: uWSGI documentation

2011-04-24 Thread Roberto De Ioris
> Thanks a lot Roberto and Mikhail for your feedback. > > This update includes the changes you requested, as well as more links > to uWSGI wiki: http://piratepad.net/DISxvZLCdG > > Is there any other action to take ? > > Seems very good to me, the only thing that i would really change is --home t

Re: uWSGI documentation

2011-04-24 Thread is_null
Thanks a lot Roberto and Mikhail for your feedback. This update includes the changes you requested, as well as more links to uWSGI wiki: http://piratepad.net/DISxvZLCdG Is there any other action to take ? -- You received this message because you are subscribed to the Google Groups "Django deve

Re: uWSGI documentation

2011-04-11 Thread Russell Keith-Magee
On Sat, Apr 9, 2011 at 4:42 PM, Graham Dumpleton wrote: > > On Saturday, April 9, 2011 5:35:14 PM UTC+10, Russell Keith-Magee wrote: >> >> On Sat, Apr 9, 2011 at 2:15 PM, Graham Dumpleton >> wrote: > Anyway, as you can see the above is a pain point for me as it has been for > some time. Probably

Re: uWSGI documentation

2011-04-09 Thread Graham Dumpleton
On Saturday, April 9, 2011 5:35:14 PM UTC+10, Russell Keith-Magee wrote: > > On Sat, Apr 9, 2011 at 2:15 PM, Graham Dumpleton > wrote: > > To be blunt, you are actually asking a lot for them to host detailed > > documentation on uWSGI integration on the Django site for every possible > way > >

Re: uWSGI documentation

2011-04-09 Thread Roberto De Ioris
> To be blunt, you are actually asking a lot for them to host detailed > documentation on uWSGI integration on the Django site for every possible > way > it can be setup. I haven't even managed to get much more than minimal > setup > instructions for mod_wsgi into the official Django documentation

Re: uWSGI documentation

2011-04-09 Thread Russell Keith-Magee
On Sat, Apr 9, 2011 at 2:15 PM, Graham Dumpleton wrote: > To be blunt, you are actually asking a lot for them to host detailed > documentation on uWSGI integration on the Django site for every possible way > it can be setup. I haven't even managed to get much more than minimal setup > instructions

Re: uWSGI documentation

2011-04-08 Thread Graham Dumpleton
To be blunt, you are actually asking a lot for them to host detailed documentation on uWSGI integration on the Django site for every possible way it can be setup. I haven't even managed to get much more than minimal setup instructions for mod_wsgi into the official Django documentation. I belie

Re: uWSGI documentation

2011-04-08 Thread Roberto De Ioris
> That said i'd love to *not* have to put a 3 liners module in my > project directory anymore. A runuwsgi command might not be the only > way to solve this need. > Remember that you do not need those file anymore: [uwsgi] env = DJANGO_SETTING_MODULE=mysite.settings chdir = module = django.core

Re: uWSGI documentation

2011-04-08 Thread Mikhail Korobov
Hi James, Some notes: > One of the great advantages of uWSGI_ is its ability to gradually > restart each worker without loosing any request. I think mod_wsgi in daemon mode is doing the same. > Nginx provides the uwsgi module by default these days. Stock nginx does not provide uwsgi module on

Re: uWSGI documentation

2011-04-08 Thread is_null
On Apr 4, 3:59 pm, Kristaps Kūlis wrote: > I believe that running manage.py for production deployments is "not > way to go", as it has been noted by django devs previously. > What purpose would runuwsgi command serve ? I'm unsure. Roberto's proposal is interresting: i could configure uwsgi in

Re: uWSGI documentation

2011-04-04 Thread Roberto De Ioris
> Hi, > How uwsgi is more secure than FastCGI ? I think he is referring to the various included jailing systems (chroot, linux namespaces, posix capabilities...) because if we are talking about protocols there are no really differences between uwsgi and FastCGI, both are unsecure by-design :)

Re: uWSGI documentation

2011-04-04 Thread Kristaps Kūlis
Hi, How uwsgi is more secure than FastCGI ? I believe that running manage.py for production deployments is "not way to go", as it has been noted by django devs previously. What purpose would runuwsgi command serve ? On Sat, Apr 2, 2011 at 2:23 PM, James Pic wrote: > Hello everybody, > > Do

Re: uWSGI documentation

2011-04-04 Thread Florian Apolloner
On Apr 2, 1:23 pm, James Pic wrote: > I think it should because it's easier, safer, faster and more secure > than flup or mod_wsgi. Also, it made my sysadmin life really easy and > that's something cool to share with the community. +1 on more docs, since uwsgi is quite useable by now. But pleas

Re: uWSGI documentation

2011-04-04 Thread Roberto De Ioris
Il giorno 02/apr/2011, alle ore 16.44, Łukasz Rekucki ha scritto: > On 2 April 2011 13:23, James Pic wrote: >> Hello everybody, >> >> Do you think uWSGI deserves a place in the official django documentation ? >> >> I think it should because it's easier, safer, faster and more secure >> than fl

Re: uWSGI documentation

2011-04-02 Thread Łukasz Rekucki
On 2 April 2011 13:23, James Pic wrote: > Hello everybody, > > Do you think uWSGI deserves a place in the official django documentation ? > > I think it should because it's easier, safer, faster and more secure > than flup or mod_wsgi. Also, it made my sysadmin life really easy and > that's someth

uWSGI documentation

2011-04-02 Thread James Pic
Hello everybody, Do you think uWSGI deserves a place in the official django documentation ? I think it should because it's easier, safer, faster and more secure than flup or mod_wsgi. Also, it made my sysadmin life really easy and that's something cool to share with the community. In this case,