On Sep 4, 4:52 pm, Itamar O <itamar...@gmail.com> wrote: > On Sat, Sep 4, 2010 at 12:35 PM, Leho Kraav <l...@kraav.com> wrote: > > i have noticed. many times. it's always been the "it's seems easier to > > manually restart than start working on a fix" for me. > > same here. > but I don't think a fixing patch will be rejected... :-)
It may just be ignored, of course... :-) Jokes aside, I'd be careful to put too much of this into Trac as it is not a core feature. Nice-to- have stuff for developers should really not be the primary focus - certainly when many decent alternatives exists. Most notably in the form of Wsgi middleware solutions from various libraries (like werkzeug) and standalone scripts. Personally I use apache/mod_wsgi a lot for development, and have a custom .wsgi script using the monitoring described on this page: http://code.google.com/p/modwsgi/wiki/ReloadingSourceCode That way I can for instance add easy-install.pth to the file list to be monitored, so that whenever i install or update any plugins, the deamon process restarts itself and loads the new code. :::simon https://www.coderesort.com <<<--- Now running on 0.12. Yay! :-) -- You received this message because you are subscribed to the Google Groups "Trac Development" group. To post to this group, send email to trac-...@googlegroups.com. To unsubscribe from this group, send email to trac-dev+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/trac-dev?hl=en.