umm, sorry, its not a patch .. i have not slept like three days ot so :/
in general, use Apache2 on smp bosex, and test the --with-mpm=worker configuration i run such box with these settings: <IfModule worker.c> ServerLimit 900 StartServers 10 MaxClients 28800 MinSpareThreads 25 MaxSpareThreads 75 ThreadsPerChild 32 MaxRequestsPerChild 100 </IfModule> and take a look at : http://www.kellogg.northwestern.edu/faculty/jeffery/htm/publication/ROIforITProjects.pdf at the end of that, id suggest to use sqlbox ..:) On Mon, Feb 05, 2007 at 11:37:22AM +0530, Narendran K wrote: > [EMAIL PROTECTED] wrote: > > I would like to share my recent Kannel throughput test results. With P4 > 3GHz Desktop PC, I am able to achive nearly 200 SMS/Sec. > > >piece of advice: do not hesitate to set up load balancing fot the HTTP > >requests. > >We run postgresql set up for 1000 concurent connections, but the Apache > >cource needs to > >patched for the BIG concurent connections ... > > I found that, (as seik pointed out) HTTP was the bottleneck in our case > too. Just trying to over come this. Seik, plz any pointer to the apache > patch? > > -- > Computer Science is no more about computers than astronomy is about > telescopes.
