Re: [Tutor] Module Thread

2005-10-27 Thread Kent Johnson
Joseph Quigley wrote: > Hi, thanks for the info. > I'd like o know if you guys know of any good documentation on the > threading module. Or if you could give me a quick intro to it. Or am I > asking too much? If so I'll try to work it out on my own for a little. In truth I am worn out on thread qu

Re: [Tutor] Module Thread

2005-10-27 Thread Joseph Quigley
Hi, thanks for the info. I'd like o know if you guys know of any good documentation on the threading module. Or if you could give me a quick intro to it. Or am I asking too much? If so I'll try to work it out on my own for a little. ___ Tutor maillist -

Re: [Tutor] Module Thread

2005-10-27 Thread w chun
On 10/26/05, Joseph Quigley <[EMAIL PROTECTED]> wrote: > I'm back to my IRC client. I accidentally found the thread module... > What will i do to receive and send at the same time via console? > > or: > Should I forget the idea of a console and start learning GUI which > will > do

Re: [Tutor] Module Thread

2005-10-27 Thread Kent Johnson
Joseph Quigley wrote: > I'm back to my IRC client. I accidentally found the thread module in the > Python 2.3 documentation while looking at the time module. Wow, threads are in the air this month! You should use the threading module, not thread. threading is higher-level and more capable. Take a

[Tutor] Module Thread

2005-10-26 Thread Joseph Quigley
I'm back to my IRC client. I accidentally found the thread module in the Python 2.3 documentation while looking at the time module. What I can't get ideas or hints from the documentation is: What will i do to receive and send at the same time via console? or: Should I forget the i