I have a command line program (Java with mostly network i/o) that I must 
run several 100K times each with its own input. Wondered whether external 
commands are amenable to concurrency? Or whether best to run multiples 
copies dividing up the inputs so each copy has its own, say 100K values?

Any words of wisdom before I start experimenting?

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to