Converting existing module/objects to threads

Gabriel Genellina gagsl-py at yahoo.com.ar
Wed Oct 18 22:09:57 EDT 2006


At Wednesday 18/10/2006 22:02, jdlists at gmail.com wrote:

>This currently works in a non-threaded version, but only for one device
>at a time, there is a need to create a single windows(yeach) service
>that talks to many of these devices at once.  I don't need worker
>threads that handle seperate portions of the entire job, i need a
>single application to spawn multiple processes to run through the
>entire communication from configure to report, sleep until the next
>interval time and run again.  The communication could last from 1
>minute to 10 minutes before it ends.

Consider using the asyncore module instead of threads.


-- 
Gabriel Genellina
Softlab SRL 


	
	
		
__________________________________________________
Preguntá. Respondé. Descubrí.
Todo lo que querías saber, y lo que ni imaginabas,
está en Yahoo! Respuestas (Beta).
¡Probalo ya! 
http://www.yahoo.com.ar/respuestas




More information about the Python-list mailing list