Aha Reading the blog more closely, I see that AB really is doing something cunning. The Java version is truly threaded so won't have the same issues. That said, you can still be damn effective with a single thread. The CICS mainframe software that most banks and ATMs run on is based on a single thread and can scale to handling 10000s of clients!
Paul On 6/6/07, Paul Fremantle <[EMAIL PROTECTED]> wrote:
Interesting blog! Thanks for the pointer. I'm not sure I understand the comment about single threading. Certainly AB allows you to send multiple simultaneous requests. If its singlethreaded then its pretty cunning about it. Anyway, part of the HTTPCore project in Apache has a multi-threaded Java version of AB. This also supports chunking and HTTP1.1 keepalive. Unfortunately there isn't a build yet, but we've used it to test Synapse. https://svn.apache.org/repos/asf/jakarta/httpcomponents/httpcore/tags/4.0-alpha4/contrib/src/main/java/org/apache/http/contrib/benchmark/ We will take a look at hosting a build on wso2.org. Paul On 6/6/07, Michele Mazzucco <[EMAIL PROTECTED]> wrote: > Paul, > > maybe ab is not the best tool to use... > http://weblogs.java.net/blog/sdo/archive/2007/03/ab_considered_h.html > > > Michele > > On Wed, 2007-06-06 at 08:47 +0100, Paul Fremantle wrote: > > We did some benchmarking of Axis2 here > > http://wso2.org/library/91 > > > > We used ab which is part of the Apache HTTPD project. > > > > Paul > > > > On 6/6/07, Inder Dhillon <[EMAIL PROTECTED]> wrote: > > > > > > > > > > > > > > > Hello > > > > > > > > > > > > I'll really appreciate if someone can suggest me how to measure the time > > > taken by Axis2 engine to process the messages? > > > > > > > > > > > > Thanks > > > > > > Inder > > > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- Paul Fremantle Co-Founder and VP of Technical Sales, WSO2 OASIS WS-RX TC Co-chair blog: http://pzf.fremantle.org [EMAIL PROTECTED] "Oxygenating the Web Service Platform", www.wso2.com
-- Paul Fremantle Co-Founder and VP of Technical Sales, WSO2 OASIS WS-RX TC Co-chair blog: http://pzf.fremantle.org [EMAIL PROTECTED] "Oxygenating the Web Service Platform", www.wso2.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
