Simple example of threading
Thomas Weholt
thomas at bibsyst.no
Thu Feb 24 09:26:28 EST 2000
More information about the Python-list mailing list
Thu Feb 24 09:26:28 EST 2000
- Previous message (by thread): Simple example of threading
- Next message (by thread): Simple example of threading
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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
- Previous message (by thread): Simple example of threading
- Next message (by thread): Simple example of threading
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list