2 Replies Latest reply on Jul 13, 2009 8:45 AM by skyclff

    how can I config the overtime of a service

    skyclff

      thans a lot to read my subject,
      recently I met a problem ,that is how can I config the overtime of a service running on JbossAS,the reason why I want to termated the thread is that,the server solve a request may need a lot of time,but clients can't wait so long ,so they disconnect ,and the service 's thread still run on the server.

        • 1. Re: how can I config the overtime of a service
          jaikiran

          You will have to provide us more details like what does configuring the overtime of a service mean? Also what kind of a service is this? And what kind of clients access this service (HTTP requests?). And which version of JBoss AS and Java?

          P.S: While posting please do not use colours of huge fonts.

          • 2. Re: how can I config the overtime of a service
            skyclff

            thanks ,
            er,I use JbossAS 5.1version,and I develop web service (HTTP requests)with Apache CXF,on server there is a SEI which every Service can entry in.There are a lot of types service in my Project( like IBM BTT a little),and each type has it's own life-cycle,so I want to control them.becouse our customer will be impatient if the server respose too long,So I want to config how long each type of service thread 's running.
            my email is majunemail@gmail.com