threads

Hrvoje Niksic hniksic at srce.hr
Fri Jun 4 11:54:30 EDT 1999


Arne Mueller <a.mueller at icrf.icnet.uk> writes:

> I think I'll try to solve my problem by switching from multiple
> threads to different processes using 'fork'. The only problem I have
> is that all these processes must have one object in common that
> collects all the result data. Maybe a pipe or shared memory can
> help.

A pipe would be useful, yes.  You can use select to wait for several
processes simultaneously.




More information about the Python-list mailing list