How many of you like to have your tire completely flat at an isolated area with 15km back to the previous town and 15km to the next town?. Well it happened to me yesterday on my bike where there is no spare wheel for rescue. I inspected the flat tire but could not find any [...]
Archive for March, 2009
When faced with flat tire
Posted in Uncategorized on March 15, 2009 | 2 Comments »
Benchmark testing with httperf
Posted in Uncategorized, tagged httperf on March 15, 2009 | Leave a Comment »
In a previous blog I discussed benchmark testing tools I used for some benchmark perposes. At that time I really used Apache Bench(ab) for the purpose. However when I am again doing some bench mark testing I stumbled upon a new tool(at least for me) httperf which seems to be more advanced and reliable than [...]
What is good for Axis2/C pthreads or cbthreads?
Posted in Uncategorized, tagged Axis2/C, cbthreads, pthreads, Thread Pool on March 8, 2009 | 2 Comments »
Dinesh Premalal in his blog post on Axis2/C with cbthread explain that using cbthreads he ran about 100,000 concurrent requests using Axis2/C client. The reason for this achievement is because of the non-preemptive and continuation-based threads implemented with cbthreads. However in his next blog Axis2/C with pthreads he goes on explaining how he used similer [...]
Memory Handling conventions in Axis2/C
Posted in Uncategorized on March 7, 2009 | Leave a Comment »
I found no documentation on basic memory handling conventions in Axis2/C. Until this content appear under a developer guide for Axis2/C, here are some facts that could be useful in preparing such document. Here I don’t talk about advance facilities provided regarding memory management in Axis2/C. However I’ll provide links below for such documents. I [...]