|
|
|
|
|
by PaulDavisThe1st
660 days ago
|
|
A perfect demonstration of how many of harder problems we face writing (especially non-browser-based) software are in fact not addressed by language changes. The concept of memory that is allocated by a thread and can only be deallocated by that thread is useful and valid, but as TFA demonstrates, can also cause problems if you're not careful with your overall architecture. If the language you're using even allows you to use this concept, it almost certainly will not protect you from having to get the architecture corect. |
|