Is commons-exec thread-safe?

I am asking because ProcessBuilder is not, as stated in
http://docs.oracle.com/javase/7/docs/api/java/lang/ProcessBuilder.html

"*Note that this class is not synchronized.* If multiple threads access a
ProcessBuilder instance concurrently, and at least one of the threads
modifies one of the attributes structurally, it *must* be synchronized
externally."

[]

Leo

Reply via email to