2 Replies Latest reply on May 3, 2007 10:32 AM by escudojaguar

    A strange slowly running thread which has been run by servle

    micha?

      I've a typical web application with some servlets.
      One servlet starts a threat (it's a typical thread which implements runnnable interface). This thread has run method of course, this method executes external command pgdump (from PostgreSQL).

      Both systems (Linux and Windows XP) have Java 1.5.0.11 and Jboss 4.0.1.

      When it is running on Linux this operation takes 10 seconds, when it is running on Windows XP it takes 1 hour!
      When I extract this code and put it into one class and I run this class as a thread from simple class with main method, it takes also only 10 seconds or so (on Windows).
      But - nobody knows why - when jboss container runs it on Windows, it takes 1 hour.
      Any ideas?