Re: [Zope] Zope, Threads and Signals

2000-10-07 Thread Michael Bernstein
Charlie Wilkinson wrote: > > Michael Bernstein <[EMAIL PROTECTED]> wrote: > > > Wilkinson Charlie E wrote: > > > > > > It all began when I was a small child, but I'll skip ahead > > > a bit > > > > I almost hate to say this, since your post is an interesting > > one otherwise, but please don

Re: [Zope] Zope, Threads and Signals

2000-10-07 Thread Charlie Wilkinson
Michael Bernstein <[EMAIL PROTECTED]> wrote: > > Wilkinson Charlie E wrote: > > > > It all began when I was a small child, but I'll skip ahead > > a bit > > I almost hate to say this, since your post is an interesting > one otherwise, but please don't send HTML email to the list. > Some of

Re: [Zope] Zope, Threads and Signals

2000-10-07 Thread Charlie Wilkinson
"Knight" once said: > > cw, > > Are you spawning additional threads by chance? Or just the threads that > Zope creates? No, I'm a Python newbie who doesn't know of threads yet, so this is just Zope threads working their magic. :-) Right now I'm just shooting for a simple network client as a pr

Re: [Zope] Zope, Threads and Signals

2000-10-07 Thread Michael Bernstein
> Wilkinson Charlie E wrote: > > It all began when I was a small child, but I'll skip ahead > a bit I almost hate to say this, since your post is an interesting one otherwise, but please don't send HTML email to the list. Some of the people here don't use HTML-capable mail clients. Thanks,

Re: [Zope] Zope, Threads and Signals

2000-10-06 Thread knight
cw, Are you spawning additional threads by chance? Or just the threads that Zope creates? Knight [EMAIL PROTECTED] On Fri, 6 Oct 2000, Wilkinson Charlie E wrote: > It all began when I was a small child, but I'll skip ahead a bit Last > night I wrote a network client class with plans to use

Re: [Zope] Zope, Threads and Signals

2000-10-06 Thread Jonothan Farr
I would just use the asynchronous network clients in asyncore and asynchat. Since ZServer also uses them you would be automagically plugged into the ZServer select loop if you were sitting behind ZServer. --jfarr - Original Message - From: "Wilkinson Charlie E" <[EMAIL PROTECTED]> To: <[