Re: [EMAIL PROTECTED] apache 2 webserver tuning

2006-11-17 Thread Domingos Parra Novo
Hiyas, Xuekun Hu escreveu: I've sent a message a few minutes ago, ranting about the mean of simultaneous users. Here 2000 simultaneous users means 2000 connections at the same time, not the 2000 requests/s. I estimate about 150 requests/s. Those are all PHP dynamic

Re: [EMAIL PROTECTED] apache 2 webserver tuning

2006-11-15 Thread Xuekun Hu
OK, to make it clearly, connection here is refering to TCP/IP connection. Apache server will keep the socket alive and such consume one thread/process. Sorry for my poor English, maybe I think simultaneous session make more sence? Thx, Xuekun On 11/15/06, Sean Conner [EMAIL PROTECTED] wrote:

Re: [EMAIL PROTECTED] apache 2 webserver tuning

2006-11-14 Thread Domingos Parra Novo
Hiyas, Joel Mandapat escreveu: snip The projection for number of users that the php application is around 10K simultaneous users. It is still not clear (at least to me) if you're expecting 10k (dynamic) requests per second, or just need to serve 10k users stored on a database or

Re: [EMAIL PROTECTED] apache 2 webserver tuning

2006-11-14 Thread Domingos Parra Novo
Hiyas, Xuekun Hu escreveu: How about 2000 simultaneous users? I plan to use DP Xeon platform with 8G ram and use Apache2.2.3 prefork. I've sent a message a few minutes ago, ranting about the mean of simultaneous users. In resume, if you're going to serve dynamic content (be

Re: [EMAIL PROTECTED] apache 2 webserver tuning

2006-11-14 Thread Joel Mandapat
thanks! Domingos Parra Novo wrote: Hiyas, Joel Mandapat escreveu: snip The projection for number of users that the php application is around 10K simultaneous users. It is still not clear (at least to me) if you're expecting 10k (dynamic) requests per second, or just need to serve

Re: [EMAIL PROTECTED] apache 2 webserver tuning

2006-11-14 Thread Xuekun Hu
Thanks for replying. I've sent a message a few minutes ago, ranting about the mean of simultaneous users. Here 2000 simultaneous users means 2000 connections at the same time, not the 2000 requests/s. I estimate about 150 requests/s. Those are all PHP dynamic requests.

Re: [EMAIL PROTECTED] apache 2 webserver tuning

2006-11-14 Thread Sean Conner
It was thus said that the Great Xuekun Hu once stated: Thanks for replying. I've sent a message a few minutes ago, ranting about the mean of simultaneous users. Here 2000 simultaneous users means 2000 connections at the same time, not the 2000 requests/s. I estimate

[EMAIL PROTECTED] apache 2 webserver tuning

2006-11-13 Thread Joel Mandapat
hi all, please help in tuning my apache webserver. My hardware specs are AMD Opteron(tm) Processor 248 cpu MHz : 2205.873 cache size : 1024 KB 2GB of RAM 10x100x1000 MB ethernet card (gigabit port capable) i have an apache 2.0.52 installed with php module. i need to load dynamic

Re: [EMAIL PROTECTED] apache 2 webserver tuning

2006-11-13 Thread Joshua Slive
On 11/13/06, Joel Mandapat [EMAIL PROTECTED] wrote: hi all, please help in tuning my apache webserver. My hardware specs are AMD Opteron(tm) Processor 248 cpu MHz : 2205.873 cache size : 1024 KB 2GB of RAM 10x100x1000 MB ethernet card (gigabit port capable) i have an apache

Re: [EMAIL PROTECTED] apache 2 webserver tuning

2006-11-13 Thread Domingos Parra Novo
Hiyas, Joshua Slive wrote: On 11/13/06, Joel Mandapat [EMAIL PROTECTED] wrote: snip i have an apache 2.0.52 installed with php module. i need to load dynamic php pages. the goal is to maximize the server specs that i have. is it possible to accomodate 10,000 users all at the same time

Re: [EMAIL PROTECTED] apache 2 webserver tuning

2006-11-13 Thread Xuekun Hu
How about 2000 simultaneous users? I plan to use DP Xeon platform with 8G ram and use Apache2.2.3 prefork. Thx, Xuekun On 11/14/06, Domingos Parra Novo [EMAIL PROTECTED] wrote: Hiyas, Joshua Slive wrote: On 11/13/06, Joel Mandapat [EMAIL PROTECTED] wrote: snip i have an apache 2.0.52

Re: [EMAIL PROTECTED] apache 2 webserver tuning

2006-11-13 Thread Xuekun Hu
Forgot to mention, for PHP setup. On 11/14/06, Xuekun Hu [EMAIL PROTECTED] wrote: How about 2000 simultaneous users? I plan to use DP Xeon platform with 8G ram and use Apache2.2.3 prefork. Thx, Xuekun - The official

Re: [EMAIL PROTECTED] apache 2 webserver tuning

2006-11-13 Thread Joel Mandapat
Hi sir, thanks for your reply. The projection for number of users that the php application is around 10K simultaneous users. i hope you can give me a sample of your httpd.conf so i can compare it with my configurations. can you give me factors that can improve my php dynamic website? kindly

Re: [EMAIL PROTECTED] apache 2 webserver tuning

2006-11-13 Thread Joel Mandapat
Hi Joshua, Thanks for ur reply. The projection of the number of users of the php application is around 10K users. I'm just wondering if tweaking of apache can help me achieve those numbers of users. but i guess not.. T_T hehe.. im wondering about how to explain this to the php programmer.

Re: [EMAIL PROTECTED] apache 2 webserver tuning

2006-11-13 Thread Joshua Slive
On 11/13/06, Joel Mandapat [EMAIL PROTECTED] wrote: Hi Joshua, Thanks for ur reply. The projection of the number of users of the php application is around 10K users. I'm just wondering if tweaking of apache can help me achieve those numbers of users. but i guess not.. T_T hehe.. im wondering

Re: [EMAIL PROTECTED] apache 2 webserver tuning

2006-11-13 Thread Sean Conner
It was thus said that the Great Joel Mandapat once stated: Hi Joshua, Thanks for ur reply. The projection of the number of users of the php application is around 10K users. I'm just wondering if tweaking of apache can help me achieve those numbers of users. It's not users per se, but