Simple example of threading

Thomas Weholt thomas at bibsyst.no
Thu Feb 24 09:26:28 EST 2000


Thomas Weholt wrote:
> 
> Hi,
> 
> 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.
> 
> thank you.
> 
> Thomas

Ok, so threading might not be the solution on the server-side, but what
are the alternatives ?? I gonna get, hopefully, some clients connection,
sometimes at the same time, using common resources. How am I gonna do
this without setting some of the clients "on hold"??? 

Thomas



More information about the Python-list mailing list