Project

General

Profile

Actions

Feature #1401

closed

Limit mysql requests with a single test.

Added by Anonymous over 16 years ago. Updated almost 8 years ago.

Status:
Obsolete
Priority:
Normal
Category:
mod_mysql_vhost
Target version:
ASK QUESTIONS IN Forums:

Description

With HTTP/1.1 protocol, client can make multiple queries in a single connection. Mostly, these queries have the same HOST: field.

If the mod_mysql_vhost module store the last result pair domain/docroot, it doesn't need to do another mysql request if client need the same domain (with only a strcmp test probably). This could improve performance by limiting mysql request.

-- mathieu.ignacio

Actions #1

Updated by gstrauss almost 8 years ago

  • Description updated (diff)
  • Assignee deleted (jan)
  • Missing in 1.5.x set to Yes

FYI: lighttpd 1.4.x mod_mysql_vhost implements a 1-element cache of last requested HTTP authority

Actions #2

Updated by gstrauss almost 8 years ago

  • Status changed from New to Obsolete
Actions

Also available in: Atom