http://www.perlmonks.org?node_id=563311


in reply to Re^2: A Perl vs. Java fight brews
in thread A Perl vs. Java fight brews

Thread support in Java is pretty robust, and I think that's the way you'd handle this type of problem. Rather than forking children and communicating with them, in Java you'd use threads to do the work.