[참조] http://www.wellho.net/solutions/python-python-threads-a-first-example.html

Python threads - a first example

If you have a process that you want to do several things at the same time, threads may be the answer for you. They let you set up a series of processes (or sub-processes) each of which can be run independently, but which can be brought back together later and/or co-ordinated as they run.

'Hello_World! > 애플추가_파이썬' 카테고리의 다른 글

파이썬 로그인 세션유지  (0) 2011.11.30
KillApachePy  (0) 2011.11.30
파이썬 v2.7.2 - email: Examples  (0) 2011.10.05
Python - Sending Email using SMTP  (0) 2011.10.05
Gmail의 SMTP를 이용한 메일 발송  (0) 2011.10.05
Posted by bitfox
l