Description
While running OptimizeIt on a small test client, I stumbled across the call to "InetAddress.getLocalHost();" which was taking 33% in a client test. In this test the client was creating several copies of an InitialContext object rather than sharing one.