calling functions at the same time

Tor Iver Wilhelmsen tor.iver.wilhelmsen at broadpark.no
Sun May 2 06:42:05 EDT 2004


Bart Nessux <bart_nessux at hotmail.com> writes:

> I mean it to mean: at the *exact* same time... concurrently. Like runners
> starting a race together.

On how many processors? You need to tell your operating system
services to schedule the two python funtion calls to each processor
simultaneously. I don't think anything in Python will let you do that.



More information about the Python-list mailing list