Return-Path: Delivered-To: apmail-ws-axis-dev-archive@www.apache.org Received: (qmail 31441 invoked from network); 9 Oct 2006 21:18:19 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 9 Oct 2006 21:18:19 -0000 Received: (qmail 27572 invoked by uid 500); 9 Oct 2006 21:18:17 -0000 Delivered-To: apmail-ws-axis-dev-archive@ws.apache.org Received: (qmail 27531 invoked by uid 500); 9 Oct 2006 21:18:17 -0000 Mailing-List: contact axis-dev-help@ws.apache.org; run by ezmlm Precedence: bulk Reply-To: axis-dev@ws.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list axis-dev@ws.apache.org Received: (qmail 27519 invoked by uid 99); 9 Oct 2006 21:18:17 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 09 Oct 2006 14:18:17 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: neutral (asf.osuosl.org: local policy) Received: from [209.68.5.17] (HELO relay03.pair.com) (209.68.5.17) by apache.org (qpsmtpd/0.29) with SMTP; Mon, 09 Oct 2006 14:18:16 -0700 Received: (qmail 72595 invoked by uid 0); 9 Oct 2006 21:17:54 -0000 Received: from unknown (HELO ?10.109.135.218?) (unknown) by unknown with SMTP; 9 Oct 2006 21:17:54 -0000 X-pair-Authenticated: 62.50.217.181 Subject: Re: [Axis2]Embdeding Jetty to Axis2 From: Sanjiva Weerawarana To: axis-dev@ws.apache.org In-Reply-To: References: <001101c6eae4$f46ff9a0$9a019f95@ads.iu.edu> Content-Type: text/plain Organization: Lanka Software Foundation Date: Tue, 10 Oct 2006 02:47:05 +0530 Message-Id: <1160428625.22419.145.camel@localhost.localdomain> Mime-Version: 1.0 X-Mailer: Evolution 2.2.1.1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N +1 from me too! Sanjiva. On Mon, 2006-10-09 at 10:36 -0400, Rajith Attapattu wrote: > Srinath, I personally think it's a good move. > > Regards, > > Rajith > > On 10/9/06, Brian De Pradine wrote: > > +1 from me. > > Cheers > > Brian DePradine > Web Services Development > IBM Hursley > External +44 (0) 1962 816319 Internal 246319 > > If you can't find the time to do it right the first time, > where will you find the time to do it again? > > > "Jaliya Ekanayake" wrote on 08/10/2006 > 15:20:49: > > > > Hi All, > > > > One other advantage is that we can simply give an Axis2 > server for the user > > as well. > > All they want is to start the Axis2 server which is based on > Jetty. > > > > Thanks, > > -Jaliya > > > > > > ----- Original Message ----- > > From: "Srinath Perera" > > To: > > Cc: "Thilina Gunarathne" ; "Jaliya > Ekanayake" > > > > Sent: Sunday, October 08, 2006 7:56 AM > > Subject: [Axis2]Embdeding Jetty to Axis2 > > > > > > > Hi All; > > > Myself and jaliya were talking about trying to do lot of > async > > > requests using Axis2 client .. it falis at about 40-50 > requests and we > > > belive that is becouse ..simple HTTP server can't handle > the load. > > > > > > I was looking at the jetty and found out that Jetty6 allow > you to > > > embed it to the application tightly. For an example > > > > > > Server server = new Server(8080); > > > Context root = new Context(server,"/",Context.SESSIONS); > > > root.addServlet(new ServletHolder(new > HelloServlet(serviceMap)), "/*"); > > > server.start(); > > > > > > Will create a new server and add a servlet. > > > > > > I belive if we embdeded Jetty to Axis2 > > > 1) Axis2 can use jetty as the listener for async messages > > > 2) Axis2 can started up standalone using jetty > > > > > > I belive I could port our Axis2 servlet to jetty pretty > easily. > > > > > > If people agree I think we should have it as a module and > if it is > > > sucessful I think we should switch to it as our default > container some > > > day > > > > > > thoughts? > > > Srinath > > > > > > > > > > > > -- > > > ============================ > > > Srinath Perera: > > > http://www.cs.indiana.edu/~hperera/ > > > http://www.bloglines.com/blog/hemapani > > > > > > > --------------------------------------------------------------------- > > > To unsubscribe, e-mail: axis-dev-unsubscribe@ws.apache.org > > > For additional commands, e-mail: > axis-dev-help@ws.apache.org > > > > > > > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: axis-dev-unsubscribe@ws.apache.org > > For additional commands, e-mail: axis-dev-help@ws.apache.org > > > > --------------------------------------------------------------------- To unsubscribe, e-mail: axis-dev-unsubscribe@ws.apache.org For additional commands, e-mail: axis-dev-help@ws.apache.org