On 7 mar, 21:07, "Joshua J. Kugler" <[EMAIL PROTECTED]> wrote:
> awalter1 wrote:
> > Hi,
> > I have a Python application that runs under HPUX 11.11 (then unix). It
> > uses threads :
> > from threading import Thread
> > # Class Main
> > class RunComponent(Thread):
>
> > My application should run un
awalter1 wrote:
> Hi,
> I have a Python application that runs under HPUX 11.11 (then unix). It
> uses threads :
> from threading import Thread
> # Class Main
> class RunComponent(Thread):
>
> My application should run under Linux (red hat 3 ou 4) and I read that
> differences exist between the im
Hi,
I have a Python application that runs under HPUX 11.11 (then unix). It
uses threads :
from threading import Thread
# Class Main
class RunComponent(Thread):
My application should run under Linux (red hat 3 ou 4) and I read that
differences exist between the implementation of threads : on HPUX
1