durusmail: quixote-users: mod_python, quixote, reloads
mod_python, quixote, reloads
2003-03-17
2003-03-18
2003-03-18
2003-03-18
2003-03-20
2003-03-20
Re: mod_python, quixote, reloads
2003-03-21
2003-03-20
2003-03-18
mod_python, quixote, reloads
Neil Schemenauer
2003-03-18
On Tue, Mar 18, 2003 at 12:22:11PM -0500, Greg Ward wrote:
> [...] add a "restart" link to your app for debugging.

I have a key mapped in my editor.  If I make a change and want to test
it I hit that key after testing.  Here's part of my .vimrc:

    nmap ,r   :!qkill
    nmap ,l   :!rxvt -e tail -n 100 -f /www/log/quixote-error.log &

"qkill" is a command that restarts the Quixote process.  The ,l command
is handy if I added debugging prints and want to see the output.

  Neil

reply