On Apr 30, 2:57 am, "ge...@aquarianhouse.com"
<ge...@aquarianhouse.com> wrote:
> Sure, with WSGI script reload

In respect of what? You can't just say WSGI as a generalised concept
in this case, you have to refer to the specific WSGI hosting
mechanism.

Many WSGI hosting mechanisms don't provide a way of doing automatic
reloading. How one achieves reloading for those that do differs.

For Apache/mod_wsgi in daemon mode (not embedded mode), one can touch
the WSGI script file to force a reload as documented in:

  http://code.google.com/p/modwsgi/wiki/ReloadingSourceCode

For some (but not all) FASTCGI hosting solutions, it is possible to
touch the .fcgi script file.

So, not that simple.

Graham

> On Apr 29, 6:51 pm, Kashif Ali <kashi.az...@gmail.com> wrote:
>
>
>
>
>
> > Hi,
>
> > Is it possible to refresh changes to apache (webserver) without restart it?
> > Actually i have multiple databases that i need to change while the webserver
> > is running. Is it possible?
>
> > Or any other way to accomplish this task? i.e. use multiple databases for
> > django application.
>
> > Regards,
> > Kashif
>
> > --
> > You received this message because you are subscribed to the Google Groups 
> > "Django users" group.
> > To post to this group, send email to django-us...@googlegroups.com.
> > To unsubscribe from this group, send email to 
> > django-users+unsubscr...@googlegroups.com.
> > For more options, visit this group 
> > athttp://groups.google.com/group/django-users?hl=en.
>
> --
> You received this message because you are subscribed to the Google Groups 
> "Django users" group.
> To post to this group, send email to django-us...@googlegroups.com.
> To unsubscribe from this group, send email to 
> django-users+unsubscr...@googlegroups.com.
> For more options, visit this group 
> athttp://groups.google.com/group/django-users?hl=en.

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-us...@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to