2 Replies Latest reply on Jul 19, 2007 2:46 AM by kratosh

    Return from session bean takes ~60 seconds

      Hi,
      I run a jboss server on a production machine in cluster, with changing load of 2-50 concurrent users.
      I encountered a situation where a simple method that usually takes not more than 2 seconds, takes from time to time about 60 seconds.
      I put a debug line just before a session bean method does "return ...", and after the service call invocation. Only this return process took the whole 60 seconds.
      Any idea what can cause such problem?