Re: Threads: Issue and suggestion required

2005-07-18 Thread Peter Hansen
Sandeep Arya wrote: > My query is. Is this possible that my main thread and my newly born > thread will execute their task simultaneously/parallel. (I read that > Python interpretor allows only one thread execution at a time. Using its > global lock. And switch among active thread based on time

Threads: Issue and suggestion required

2005-07-18 Thread Sandeep Arya
Hello I am developing an application using PyQT. My application scenario is:: "At any instance one socket is open in my application. Now if user wants to execute some command on another machine/IP address, then i need to make another socket and execute task." My query is. Is this possible tha