Re: Is it possible to run two "while 1:" loops in two threadings respectively?

2007-07-18 Thread zxo102
On 7 17 , 3 01 , "Diez B. Roggisch" <[EMAIL PROTECTED]> wrote: > zxo102 schrieb: > > > > > > > Hi, > >I would like to combine two python applications into a single one > > with two threadings. Both of them have a "while 1:" loop respectively. > > For example, one application is to monitoring

Re: Is it possible to run two "while 1:" loops in two threadings respectively?

2007-07-17 Thread Diez B. Roggisch
zxo102 schrieb: > Hi, >I would like to combine two python applications into a single one > with two threadings. Both of them have a "while 1:" loop respectively. > For example, one application is to monitoring serial port 'com1' and > another application is a TCP/IP server which has used thread

Is it possible to run two "while 1:" loops in two threadings respectively?

2007-07-16 Thread zxo102
Hi, I would like to combine two python applications into a single one with two threadings. Both of them have a "while 1:" loop respectively. For example, one application is to monitoring serial port 'com1' and another application is a TCP/IP server which has used threadings already. I write the