calling functions at the same time

SeeBelow at SeeBelow.Nut SeeBelow at SeeBelow.Nut
Fri Apr 30 17:47:37 EDT 2004


bart_nessux wrote:
> 
> I need a script to call several functions at the same time. How does one
> call more than one function simultaneously?

You can call them pseudo-concurrently by starting a new thread for each
one.  You cannot call them truly concurrently unless you have a separate
CPU for each function.

Mitchell Timin

-- 
"Many are stubborn in pursuit of the path they have chosen, few in
pursuit of the goal." - Friedrich Nietzsche

http://annevolve.sourceforge.net is what I'm into nowadays.
Humans may write to me at this address: zenguy at shaw dot ca



More information about the Python-list mailing list