2008/12/19 Nimrod A. Abing <[email protected]>:
>
> On Fri, Dec 19, 2008 at 7:46 PM, Graham Dumpleton
> <[email protected]> wrote:
>>
>> Finally found some time to blog about some stuff.
>>
>> http://blog.dscpl.com.au/2008/12/using-modwsgi-when-developing-django.html
>>
>> This just highlights some stuff which was already in documentation,
>> but tend to find that people don't read deep enough to realise this is
>> possible and was getting a bit tired of comments on Django forums and
>> irc channels saying mod_wsgi couldn't do this. :-)
>
> FWIW most of the naysayers have probably never deployed Django on
> mod_wsgi because:
>
> a.) they are too lazy/under too much time pressure to read detailed
> documentation on the wiki and just wanted something they could copy
> and paste into a terminal. Or;
>
> b.) they are too lazy/under too much time pressure to search the
> mod_wsgi mailing list.
>
> A lot of "sysadmins" these days are pretty much the ADHD
> trial-and-error types who expect to find "working examples" that they
> can simply copy and paste and modify to suit their needs. Since they
> forgo reading the documentation *before* diving into a complex
> configuration where a lot can go wrong, they are left with the
> impression that mod_wsgi is inadequate for their requirements.

What I find amazing is that people think that some arbitrary blog by
someone who has nothing to do with the original development of a
project can serve as adequate documentation.

> Graham, it would also be worth noting that this approach has some
> caveats. This would be fine if you are only touching 1 or 2 files in
> your app. But there is the possibility that auto-reload will mess up
> things in a larger deployment.

I have added a small additional note at end of the wiki page. But
then, we know they will never read that far. :-)

BTW, this is only an issue when site would keep getting requests while
changes being made. That by default lazy loading is used, generally
okay in development as a programmer is going to go and make all the
changes they want to before hitting the browser again. This is
presuming only one person working on code.

Graham

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"modwsgi" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/modwsgi?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to