Simple example of threading

Aahz Maruch aahz at netcom.com
Thu Feb 24 07:27:06 EST 2000


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? The Python-docs didn`t help much. Tutorials, examples and code,
>pleez.

Take a look at this example I posted a while back:
http://www.deja.com/[ST_rn=ps]/getdoc.xp?AN=570016307&fmt=text

Unfortunately, using threading in a server gets a bit more complex and
may not buy you very much.  If you really want a threaded server, I
suggest looking at Zope and Zserver -- they've already done all the hard
work.
--
                      --- Aahz (Copyright 2000 by aahz at netcom.com)

Androgynous poly kinky vanilla queer het    <*>     http://www.rahul.net/aahz/
Hugs and backrubs -- I break Rule 6

Love does not conquer all.  Humans are extremely flexible, usually more
flexible than we're willing to admit.  But some flexibility comes at a
cost, and sometimes that cost is more than we can bear.



More information about the Python-list mailing list