Threading/forking under Python

Martin PLACEK mplac at ecr.mu.oz.au
Thu May 13 20:22:11 EDT 1999


Hello,

	I'm new to python, and would like to know if it is possible to thread function 
calls. I have tried using 'start_new_thread'. But, when I execute it within the 
interpreter I find myself waiting for the function to complete before I can make 
my next function call.

		

	Any help would be very much appreciated,

		Thank-you,

		Martin.



		




More information about the Python-list mailing list