|
|
|
|
|
by somat
1286 days ago
|
|
so... shitpost warning but... Perhaps forking is the elegant refined mechanism and multi threading is the abomination that should have never been invented. Multithreading is the concept that a process(an independent execution unit) can share memory space with another process. and it turns out you can, only at the cost of making all your memory access methods extremely fragile and error prone. The concept should have never been invented. |
|