Hi all,
could anyone please provide me a simple example of python threads?
I tried looking at the python cookbook, but I find it quite confusing with its mentioning of thread, threading etc (I am familiar with threads in C only)
All I want is: From my machine I need to execute scripts on two client machines. For this I want to use one thread per one client machine.
Within a single such thread I want to spawn a process that handles execution of python script on that particular client machine.
Any help would be highly appreciated!!
Regards,
Prashanth