out.println() taking lot of time if server is running in solaris

Discussion in 'JSP' started by mnvsriram, Mar 9, 2009.

  1. mnvsriram

    mnvsriram New Member

    Joined:
    Mar 9, 2009
    Messages:
    2
    Likes Received:
    0
    Trophy Points:
    0
    If my application server(weblogic) is running in windows and If I try to view one of the JSP file which prints a lot of html data generated in the server side, I am not facng any delay.
    i.e in the JSP I have the following lines of code.
    <% String output = ipAddressTable.generate();
    out.println(output)); %>
    ouput will actually contain hyge amount of data.
    I f my server is running in Solaris machine and If itry to access that remotely in the windows IE, the out.println is taking long time.It's getting delayed for about 1 min because of the out.println().
    The same data is getting rendered in a second if the server is running in Solaris.
    Help me out!!!
     
  2. mnvsriram

    mnvsriram New Member

    Joined:
    Mar 9, 2009
    Messages:
    2
    Likes Received:
    0
    Trophy Points:
    0
    I am sorry, In the above question in the last line, I mean The same data is getting rendered in a second if the server is running in Windows.(In Solaris it's taking lot of time about 1 minute)
     

Share This Page

  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.
    Dismiss Notice