|
|
|
|
|
by dec0dedab0de
3901 days ago
|
|
That really depends on your requirements. If you need multithreading (not multiprocessing), you cannot use Python. About to show my ignorance, but when is multithreading useful when multiprocessing is not? Assuming it is a use case that is suited for a high level dynamic language to begin with. |
|
This only matters for performance-critical applications.