Actions
Feature #1401
closedLimit mysql requests with a single test.
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
Updated by gstrauss over 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
Also available in: Atom