Newbie Thread Question

Shengquan Liang gt2558b at prism.gatech.edu
Tue May 30 18:27:23 EDT 2000


 a Python script( without any thread programming built in) is published on an Apache server. So
far, it is tested with only one client accessing the script from the web and it runs well.  The
question i have is that if I need to progam the threading part to be able to handle multiple
clients accessing simultaneously.  Does the Apache server fork multiple threads simultaneously to
control eah run of the script using one thread?







More information about the Python-list mailing list