Apache - KeepAlive on or off?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • hanii
    Confirmed User
    • Mar 2002
    • 449

    #1

    Apache - KeepAlive on or off?

    I feel more fast webpage loading when I set to Off.
  • s9ann0
    Confirmed User
    • Sep 2001
    • 4873

    #2
    I set it to off on busy servers cos if you keep it on it keeps the connection open after the request is done to see if anymore requests come in I think and so the connection is not fre to server a new request

    Comment

    • neighborhood_bob
      Registered User
      • Jun 2003
      • 83

      #3
      The only situation where I've found it better to keep it "on" are
      applications that are serving data based on previous input.
      Things like long questionaires, interactive games, etc., anything
      where the next form or action is determined by previous input.

      For most applications, "off" will give much better general
      performance.
      <br><br><EMBED src="http://www.gulfmeridian.com/hic.swf" menu=false quality=high WIDTH="120" HEIGHT="60" NAME="hic" ALIGN=""></EMBED>

      Comment

      • Jeffery
        Confirmed User
        • Nov 2002
        • 485

        #4
        Off

        The savings of system resources outweighs the savings of eliminating reconnects.
        icq: 20427689
        AWGTrade - Free C-coded traffic management system

        Comment

        Working...