How to Start a (thread?) and Leave

abcd codecraig at gmail.com
Fri Mar 9 15:45:54 EST 2007


> But a thread leaves the script running until the thread exits, right?
> So the webpage would just keep saying "loading" at the bottom I think.
>
> -Greg

give it a shot.  if you spawn off a new thread your code should keep
executing while the thread does its work in the "background".




More information about the Python-list mailing list