티스토리 뷰

참고로 thread module 이 실행되는 동안에는 main process 가 살아있어야 한다.
아래 링크에서 관련된 code를 찾아볼 수 있다.
    http://stackoverflow.com/questions/849674/simple-threading-in-python-2-6-using-thread-start-new-thread

아니면,
    raw_input( "Waiting for threads to exit.\n\n" )
를 main 맨 아래 두어 계속 delay 되도록 만들 수 있다.
이 방법은 test 용으로 적합하다.

start_new_thread()를 사용해서 특정함수를 thread 를 이용해 시작하는 방법.
start_new()라는 함수도 존재하지만 obsolete synonym 이란다. 한물 갔단 소리.
    http://snippets.dzone.com/posts/show/1684


python thread module 문서
    http://docs.python.org/library/thread.html

python threading module 문서
    http://docs.python.org/library/threading.html
    http://pydoc.org/2.1/thread.html

python threading 작성 관련 문서(queue 를 이용한 thread : sample code 도 있다.)
    http://www.ibm.com/developerworks/aix/library/au-threadingpython/


Practical threaded programming with Python


댓글
공지사항
최근에 올라온 글
최근에 달린 댓글
Total
Today
Yesterday
«   2025/01   »
1 2 3 4
5 6 7 8 9 10 11
12 13 14 15 16 17 18
19 20 21 22 23 24 25
26 27 28 29 30 31
글 보관함