0 Replies Latest reply on May 17, 2002 9:51 PM by grokita

    long transations in servlets

    grokita

      I want the client of the servlet to receive information before the servlet has send all the information.

      Even though, I call flush() on the output streem, the client does not receive data untill doPost finished executing.

      Is this a bug? (I'm using JBoss-2.4.4_Tomcat-3.2.3)

      (What I tring to accomplis is as follows: Client calls a servlet, registers to a JMS topic. When onMessage() is called, the text is written to the response output streem. So the client should recive information continously. Is there another way to do this?)