Running long script in the background
Erik Max Francis
max at alcyone.com
Tue Feb 6 14:47:18 EST 2007
More information about the Python-list mailing list
Tue Feb 6 14:47:18 EST 2007
- Previous message (by thread): Running long script in the background
- Next message (by thread): Running long script in the background
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
wattersmt at gmail.com wrote: > Web pages can show output as it's sent. For testing I created a > script on the server that untars a 600 meg volume, I can see each file > name show up in my browser instantly, just like it should. The other > script I'm trying to run won't show anything until the entire process > is complete and it's just a bunch of echo statements in a for loop, > I'm not sure why they behave differently. In a word: buffering. -- Erik Max Francis && max at alcyone.com && http://www.alcyone.com/max/ San Jose, CA, USA && 37 20 N 121 53 W && AIM, Y!M erikmaxfrancis You could have another fate / You could be in another place -- Anggun
- Previous message (by thread): Running long script in the background
- Next message (by thread): Running long script in the background
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list