spikesource hints'n'tips

Our Top Tags

                                       

Mailing List

Keep uptodate with the latest hints'n' tips as they are published by signing up to our mailing list.

Our RSS Feeds








Latest Linux News

Free Software in Education

Sunday, 24 May 2009
Free Software: "Free Software is political because it is strongly tied with a deep political question: that of education, and access to it."

A Great Multi-Platform Music Management Application: Jajuk

Sunday, 24 May 2009
Web Upd8: "Jajuk is a very comprehensive and feature rich Open Source music management software written in Java. The software program is therefore available for Windows, Linux and Apple Macintosh comp

Kiwi Imaging System - Forge your own operating system images in a matter of hours

Saturday, 23 May 2009
Dedoimedo: "Would you like to be able to create custom, ready-to-use operating system images that can be used as VMware images, Xen virtual machines or live DVDs or booted from USB sticks? Would you l

Linux Myth: No Simple, Easy Database Software

Saturday, 23 May 2009
The ERACC Web Log: "In this installment of my Linux Myth series I take aim at the GNU/Linux database nay-sayers, and shoot them down."

Finding the right open-source savvy lawyer

Saturday, 23 May 2009
Practical Technology: "Some days, like it or not, you need a lawyer. For most business purposes, picking the right law firm isn’t usually that big of a deal"

Latest Digg Entries

Maximising Apache httpd in low memory

posted Thursday, 19 October 2006

If you do not have a lot of memory for your Apache web server then consider lowering the keep-alive timeout from the default 15 seconds down to 2 seconds.  This will ensure that the number of workers hanging around waiting for the next request on a connection that might never send another is limited.

tip found @ bogles blog  

tags:  

links: digg this    del.icio.us    technorati    




Related Posts

Maximising Apache httpd in low memory

Thursday, 19 October 2006 11:41 A GMT
Squeezing as much out of Apache as possible is critical if you have limited memory dedicated to the process.