generated from Pseudo-Lab/Jupyter-Book-Template
-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
dbb00dc
commit 3599dad
Showing
1 changed file
with
12 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
# Port Scanner: Multi Threading 코드 실행해보기 | ||
## 싱글 프로세스 + 싱글 스레드 | ||
<img width="655" alt="image" src="https://github.com/Pseudo-Lab/CPython-Guide/assets/48075848/553d5c4f-ab5d-4119-9ed3-5802a01adf04"> | ||
<br><br> | ||
|
||
## 멀티 스레드 | ||
<img width="655" alt="image" src="https://github.com/Pseudo-Lab/CPython-Guide/assets/48075848/5b63671e-d4d7-4d55-9e38-9d2a095b94ab"> | ||
<br><br> | ||
|
||
## 멀티스레딩 + 스레드 개수 제한 | ||
<img width="655" alt="image" src="https://github.com/Pseudo-Lab/CPython-Guide/assets/48075848/20d653d4-3356-41ac-ad79-79691a9aad37"> | ||
근소하게 개선됐다. |