8 Replies Latest reply on Jun 3, 2013 2:34 AM by nickarls

    out.flush() taking long time

    rameshchokkapu

      Hi

       

      In my servlet, out.flush(); taking long time only sometimes..

       

      look at my code :

       

                    System.out.println("start time"+new Date());
                    out.flush(); 
                    System.out.println("end time"+new Date());

       

      please any one tell me answer..