Re: How to write a programe that include both pipe(low speed system call) and signal

2007-02-15 Thread Jordan
On Feb 15, 2:51 am, Marco <[EMAIL PROTECTED]> wrote: > Hi, > I have know that signal will interrupt some kind low speed system > call like pipe. But how to design a program that both support signal > and pipe? > > I have a mplayer.py to play movie via os.popen2() and mplayer > slave mode. A

How to write a programe that include both pipe(low speed system call) and signal

2007-02-14 Thread Marco
Hi, I have know that signal will interrupt some kind low speed system call like pipe. But how to design a program that both support signal and pipe? I have a mplayer.py to play movie via os.popen2() and mplayer slave mode. And there is a mplayer_ctl.py send signal to mplayer.py to trigger