3 Replies Latest reply on Sep 2, 2009 10:44 AM by peterj

    Heavy load during web method call

    pio1k

      Hello everyone!

      I have a web service with couple web methods. Those methods are calling quite often (average is about one call of each method per 10 seconds) by .NET client application. After few days of working I checked in JBoss Web Console statistics of calling of those methods. One of them has got average time of call equals about 300 milliseconds but maximum call time is over 70 minutes! I also noticed that when call of this method is very long my CPU is 100% load for all call time.

      Maybe someone has got similar problem? My quest is that maybe garbage collector turn on when call was so long.

      I'm using:
      1) Java 1.5_0_15
      2) JBoss 4.2.3
      3) -XX:+UseConcMarkSweepGC -XX:+UseParNewGC options for garbage colletor

      Regards,
      Piter