|
|
|
|
|
by cryptonector
1567 days ago
|
|
Oh no, there's tons of ProcessBuilder type APIs in Java, Python, and... every major language you can think of. The problems with fork() become very apparent in any Java apps that try to run external programs, especially in apps that have many threads and massive heaps and are very busy. |
|