I got the solution [was:Re: Problem: 'Threads' in Python?]

Ralph Sluiters ralph at sluiters.de
Wed Jan 7 02:01:57 EST 2004


Simply put the last part in an extra file 'cachedata.py', then use

import os
os.spawnlp(os.P_NOWAIT, 'python', 'python', 'cachedata.py')

to call this as child process and DON'T wait for this process.

Ralph





More information about the Python-list mailing list