Re: the secret life of zombies

2007-10-12 Thread jsnx
I fixed it myself -- I had to install a signal handler and use nested 'try-expect' stuff. The link points to the new version. -- http://mail.python.org/mailman/listinfo/python-list

Re: the secret life of zombies

2007-10-11 Thread jsnx
Oh, by the way -- I apologize for the poor formatting of this post, I guess my linewrap setting is wrong for nntp. -- http://mail.python.org/mailman/listinfo/python-list

the secret life of zombies

2007-10-11 Thread jsnx
I'd like a program, call it 'pipe-fitter', that connects and interactive app to three named pipes. The program will filter out EOF from the input pipe, to keep the interactive program alive for multiple commands. When the interactive app dies, by receiving 'exit', say, then we are done with it -- p

the secret life of zombies

2007-10-11 Thread jsnx
I'd like a program, call it 'pipe-fitter', that connects and interactive app to three named pipes. The program will filter out EOF from the input pipe, to keep the interactive program alive for multiple commands. When the interactive app dies, by receiving 'exit', say, then we are done with it -- p