Feature #1401

Limit mysql requests with a single test.

Added by Anonymous 460 days ago.

Status:New Start:
Priority:Normal Due date:
Assigned to:jan % Done:

0%

Category:mod_mysql_vhost
Target version:1.5.0
Pending:

Yes

Resolution:


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

Also available in: Atom PDF