티스토리 뷰
참고로 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/
아래 링크에서 관련된 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
- http://www.ibm.com/developerworks/aix/library/au-threadingpython/
- 번역 : http://cafe.naver.com/amagramer/939
댓글
공지사항
최근에 올라온 글
최근에 달린 댓글
- Total
- Today
- Yesterday
TAG
- 고강도
- 데크에 바인딩묶기
- icon program
- 샤워기전
- 미스터피자주문
- 영귤
- 스타치
- 칠오름농장
- 상식
- 칠오름
- 녹색농원
- 편집프로그램
- 제주녹색농원
- network error
- sudachi
- 인공안구
- breakpoint
- 그림편집
- 제주영귤
- 인공눈
- icon tool
- 의학
- 과학
- 대일농장
- 늙기
- 보드고글
- 명언
- 영귤차
- 무릎마사지
- 인테리어
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
글 보관함