Simple example of threading

Michael Ströder michael.stroeder at inka.de
Thu Feb 24 08:15:07 EST 2000


Aahz Maruch wrote:
> 
> In article <38B527E3.DF8C61AD at inka.de>,
> Michael Ströder  <michael.stroeder at inka.de> wrote:
> >Aahz Maruch wrote:
> >> In article <38B51486.F0774310 at bibsyst.no>,
> >> Thomas Weholt  <thomas at bibsyst.no> wrote:
> >>>
> >>>I want to use threading in a server-based search/index application. Any
> >>>hints?
> >>
> >> Unfortunately, using threading in a server gets a bit more complex and
> >> may not buy you very much.
> >
> >Hmm, about doing it like BoboHTTPServer.py found
> >http://www.digicool.com/releases/bobo/ ?
> 
> If you want to do it "like" Zope, why not just use Zope?  (Bobo, Zope,
> same difference.)

I just meant to use BoboHTTPServer.py as an example for a threading
SocketServer.

> One of the Python mantras: "Never reinvent the wheel."

Off course.

Ciao, Michael.



More information about the Python-list mailing list