dblume commited on 2021-11-19 08:27:21
Showing 1 changed files, with 5 additions and 5 deletions.
... | ... |
@@ -60,7 +60,7 @@ version of the pinger that did the same. |
60 | 60 |
|
61 | 61 |
The main thread sends an address to a queue that the worker threads wait upon. |
62 | 62 |
|
63 |
-See the source: **[long\_lived\_worker\_queue.py](http://git.dlma.com/python_pinger.git/blob/master/long_lived_worker_queue.py)** |
|
63 |
+See the source: **[long\_lived\_worker\_queue.py](http://git.dlma.com/python_pinger.git/blob/main/long_lived_worker_queue.py)** |
|
64 | 64 |
|
65 | 65 |
### Upsides |
66 | 66 |
|
... | ... |
@@ -80,7 +80,7 @@ they're constructed. |
80 | 80 |
|
81 | 81 |
![Short Lived Workers](http://dlma.com/images/python_pinger/ping_short_lived_workers.png) |
82 | 82 |
|
83 |
-See the source: **[short\_lived\_workers.py](http://git.dlma.com/python_pinger.git/blob/master/short_lived_workers.py)** |
|
83 |
+See the source: **[short\_lived\_workers.py](http://git.dlma.com/python_pinger.git/blob/main/short_lived_workers.py)** |
|
84 | 84 |
|
85 | 85 |
### Upsides |
86 | 86 |
|
... | ... |
@@ -101,7 +101,7 @@ it can be one of the workers. |
101 | 101 |
|
102 | 102 |
![Long Lived Looping Workers](http://dlma.com/images/python_pinger/ping_long_lived_looping_workers.png) |
103 | 103 |
|
104 |
-See the source: **[long\_lived\_looping\_workers.py](http://git.dlma.com/python_pinger.git/blob/master/long_lived_looping_workers.py)** |
|
104 |
+See the source: **[long\_lived\_looping\_workers.py](http://git.dlma.com/python_pinger.git/blob/main/long_lived_looping_workers.py)** |
|
105 | 105 |
|
106 | 106 |
### Upsides |
107 | 107 |
|
... | ... |
@@ -119,7 +119,7 @@ replace the print manager with a threading lock. |
119 | 119 |
|
120 | 120 |
![Long Lived Looping Locked Workers](http://dlma.com/images/python_pinger/ping_long_lived_looping_locked_workers.png) |
121 | 121 |
|
122 |
-See the source: **[long\_lived\_looping\_locked\_workers.py](http://git.dlma.com/python_pinger.git/blob/master/long_lived_looping_locked_workers.py)** |
|
122 |
+See the source: **[long\_lived\_looping\_locked\_workers.py](http://git.dlma.com/python_pinger.git/blob/main/long_lived_looping_locked_workers.py)** |
|
123 | 123 |
|
124 | 124 |
### Upsides |
125 | 125 |
|
... | ... |
@@ -135,4 +135,4 @@ Uses a lock, which in more complex applications with multiple locks becomes diff |
135 | 135 |
|
136 | 136 |
## Licence |
137 | 137 |
|
138 |
-This software uses the [MIT license](http://git.dlma.com/python_pinger.git/blob/master/LICENSE.txt). |
|
138 |
+This software uses the [MIT license](http://git.dlma.com/python_pinger.git/blob/main/LICENSE.txt). |
|
139 | 139 |