I need to make a new process to work like this example:
import threading def thread_func(x): print x t = threading.Thread(target=thread_func, args=(&q