Just Say No


Posted

in


Dave Johnson reminds us to just say no to System.out.println.  From the Websphere best practices white paper:

Because System.out.println statements and similar constructs synchronize processing for the duration of disk I/O, they can significantly slow throughput.

Yikes.  I didn’t know that either.