Re: example of multi threads

2010-06-24 Thread Sandy
On Jun 23, 11:58 am, Stefan Behnel wrote: > Mag Gam, 23.06.2010 12:24: > > > I am looking for a simple multi threaded  example. > > > Lets say I have to ssh to 20 servers and I would like to that in > > parallel. Can someone please provide a an example for that? > > Sounds like you want to run bac

Re: example of multi threads

2010-06-23 Thread Stefan Behnel
Mag Gam, 23.06.2010 12:24: I am looking for a simple multi threaded example. Lets say I have to ssh to 20 servers and I would like to that in parallel. Can someone please provide a an example for that? Sounds like you want to run background processes, not threads. Take a look at the subproce

example of multi threads

2010-06-23 Thread Mag Gam
I am looking for a simple multi threaded example. Lets say I have to ssh to 20 servers and I would like to that in parallel. Can someone please provide a an example for that? thanks -- http://mail.python.org/mailman/listinfo/python-list