Re: [EMAIL PROTECTED] apache configurations

2008-02-26 Thread Lahiru Gunathilake
I think you are looking to get good performance for a heavy loaded server.I think you have to look in to apache MPM.Better to read about MPM and use a suitable MPM with suitable configurations.MPM configuration really affect your performance. cheers lahiru On Tue, 2008-02-26 at 12:55 +0100, Udo

[EMAIL PROTECTED] Apache httpd memory usage problem

2008-01-15 Thread Lahiru Gunathilake
Hi folks, I'm running a Web Service which sends big Attachment with the request using Apache Web Server and Apache Axis2c.When i send one request memory usage of the system grows up for a particular value and stay in that value without drop down to the previous memory usage value.Then when i send

RE: [EMAIL PROTECTED] How to configure httpd process time

2008-01-08 Thread Lahiru Gunathilake
On Tue, 2008-01-08 at 08:31 +0100, Boyle Owen wrote: -Original Message- From: Lahiru Gunathilake [mailto:[EMAIL PROTECTED] Sent: Tuesday, January 08, 2008 7:08 AM To: users@httpd.apache.org Subject: [EMAIL PROTECTED] How to configure httpd process time I'm using httpd

RE: [EMAIL PROTECTED] How to configure httpd process time

2008-01-08 Thread Lahiru Gunathilake
Hi Owen, Yep,Thanks alot.. Regs lahiru On Tue, 2008-01-08 at 10:03 +0100, Boyle Owen wrote: -Original Message- From: Lahiru Gunathilake [mailto:[EMAIL PROTECTED] Sent: Tuesday, January 08, 2008 9:01 AM To: users@httpd.apache.org Subject: RE: [EMAIL PROTECTED] How to configure

[EMAIL PROTECTED] How to configure httpd process time

2008-01-07 Thread Lahiru Gunathilake
I'm using httpd with Apache axis2c.there's a problem with some of httpd processes when i'm keep on sending requests to the server for two or three days.I have figure out that there are some httpd processes which takes lot of memory and keep on that memory when we are not sending requests to the

[EMAIL PROTECTED] Problem with apr_pool

2008-01-04 Thread Lahiru Gunathilake
I'm using Apache Axis2c with Apache httpd.I tried to send a big MTOM file with the Axis2c.But when use the MALLOC it normally calls the apr malloc.But when we use a big file this malloc fails.This cause because of apr_pool limitation.This is not a problem with Apache Axis2c but with httpd. I

Re: [EMAIL PROTECTED] response time measurement at apache server

2007-12-12 Thread Lahiru Gunathilake
On Wed, 2007-12-12 at 09:39 +, rahul gundecha wrote: Hi all, How can I measure the response time at Apache server? you can use apache benchmark which will comes as an executable ab.send the request using ab and it shows all those performance realated informations. thanks regards,

[EMAIL PROTECTED] Hi

2007-12-09 Thread Lahiru Gunathilake
Hello folks, I'm running Apache Axis2c with Apache httpd.I want to find out bottlenecks of Axis2c when i run large number of request and when i sen.I want to test through httpd.Is there any tool to test it.I tried to use bixdata but it's bit of confusing since it has some more two other tools

[EMAIL PROTECTED] Timeout problem with apache benchmark

2007-11-07 Thread Lahiru Gunathilake
Hi, I'm testing performance of Apache Axis2/c using apache Bechmark.I'm sending requests in a linux machine but when i'm sending a big xml file with my request apache benchmark is time out.I don't know how to set apache benchmark timeout.And when i'm setting the apache web server's timeout

[EMAIL PROTECTED] Httpd mpm problem

2007-11-01 Thread Lahiru Gunathilake
hello folks, I'm working with HTTPD-2.2.6.I wanted to test our sample Web Service in Apache Benchmark using our Web Services Engine Apache Axis2c. I tried to use worker MPM but our services didn't perform well with worker MPM although it's a threaded MPM.What kind of a configuration do i have to

Re: [EMAIL PROTECTED] Httpd mpm problem

2007-11-01 Thread Lahiru Gunathilake
-11-01 at 11:20 -0400, Joshua Slive wrote: On Oct 31, 2007 10:01 AM, Lahiru Gunathilake [EMAIL PROTECTED] wrote: hello folks, I'm working with HTTPD-2.2.6.I wanted to test our sample Web Service in Apache Benchmark using our Web Services Engine Apache Axis2c. I tried to use worker MPM