Re: [Tutor] More assistance with queues and global variables

2006-07-05 Thread Tino Dai
On 7/5/06, Kent Johnson <[EMAIL PROTECTED]> wrote: Tino Dai wrote:> Hi All,>>  My project is almost working (and without global variables!), and> there is one more hurdle that I want to jump. That is using the> SocketServer module and passing a queue (or for that matter any kind > of variable)

Re: [Tutor] More assistance with queues and global variables

2006-07-05 Thread Kent Johnson
Tino Dai wrote: > Hi All, > > My project is almost working (and without global variables!), and > there is one more hurdle that I want to jump. That is using the > SocketServer module and passing a queue (or for that matter any kind > of variable) to the handle method. I took a look at Sock

[Tutor] More assistance with queues and global variables

2006-07-05 Thread Tino Dai
Hi All, My project is almost working (and without global variables!), and there is one more hurdle that I want to jump. That is using the SocketServer module and passing a queue (or for that matter any kind of variable) to the handle method. I took a look at SocketServer to see what classes I n