Axis2/C benchmark performance test results are published here
Archive for July, 2008
Axis2/C Performance
Posted in Uncategorized on July 30, 2008 | Leave a Comment »
lighttpd module for Axis2/C
Posted in Uncategorized on July 25, 2008 | 1 Comment »
Dinesh has developed an Axis2/C module for lighttpd (pron. lighty) a light weight web server is designed and optimized for high performance environments. It claims to power Youtube. Also see.
I mentioned that Axis2/C version 1.5 reached 25K tps performance margin running on Apache2. I hope Axis2/C running as a lighttpd module will further extend [...]
Axis2/C and Rampart/C is used in Eucaplyptus
Posted in Uncategorized on July 22, 2008 | Leave a Comment »
Axis2/C and Rampart/C is used as main technologies in an open source EC2 cloud computing implementation. See the main technologies used in this document and this. See this infoQ vidio for a presentation of Eucaplytus by its lead.
Apache Axis2/C Programming Model
Posted in Uncategorized on July 22, 2008 | Leave a Comment »
I would like to talk about our programming model when it comes to Axis2/C Apache2 module. As discussed in a earlier blog suppose two requests come to Axis2/C sequentially. Say the first request is served by one apache process and the next request is served by another process. Then problem is you cannot access the [...]
Another XT225 journey
Posted in Uncategorized on July 20, 2008 | Leave a Comment »
Interesting bike journey, again using XT225 serow
Axis2/C Apache2 Module. Can it be further improved?
Posted in Uncategorized on July 20, 2008 | 2 Comments »
According to my performance testing on Axis2/C 1.5(Soon to be released) I could reach 25K tps with keep alive on. When tested with a empty module instead of Axis2/C where no handling of soap data is done but just set a HTTP_OK and return it, reached 40Ktps mark(This is also similar to index page request [...]
Profiling tools that I used to profile Axis2/C
Posted in Uncategorized on July 20, 2008 | 1 Comment »
Now that I have done some performance tests(Results will be published soon. In summary Axis2/C 1.5 which will be released within next week achieved 25K tps benchmark) I thought of using a profiler to see which part of codebase need further attention for improvement. I profiled with google proftools and valgrind profile tools.
perftools
proftools has a [...]
If you are new to web services world
Posted in Uncategorized on July 17, 2008 | Leave a Comment »
One of the best way to get you immediately get aware of the concepts
Ubuntu Story
Posted in Uncategorized on July 12, 2008 | Leave a Comment »
My wife was asking me for some time to install linux on her machine. I thought of this. Well it take some time, not to install ubuntu. But to answer her non-stop questions on how to do this, how to do that. Last week. Behold she has installed ubuntu on her machine herself. She says, [...]
Bike trip
Posted in Uncategorized on July 12, 2008 | Leave a Comment »
Nice account of a bike trip. XT225 is very nice bike. I know this cause I have one.
http://www.xt225.com/trips/t1/trip.htm
Benchmark testing tools for Web Services
Posted in Uncategorized on July 11, 2008 | 5 Comments »
These days I am working on some benchmark testing of Axis2/C. While looking for good tools for the purpose I came across several good candidates. I would like to discuss about some of these tools.
Tools that impressed me and disscussing here are
ab(apache workbench), siege, hammerhead and javabench and http_load. I also tried tsung and curl-loader [...]