2 Replies Latest reply on Apr 24, 2003 5:58 PM by haraldgliebe

    concurrent requets to servlet mix results

    sysuser1

      I have a servlet that uses PrintWriter out and then out.println() to output html code to clients. If some concurrent request are made, data is lost in some of them, and the same result is shown in these cases. In addition, I loose some data stored in an ArrayList (becomes null). For any of the problems, ¿any idea, suggestion, etc? thanks in advance