On Tuesday 20 November 2001 08:29 pm, Doug MacEachern wrote:
> mod_ssl currently does quite a bit of apr_table_{get,set}s.  it would be
> much faster to use c->conn_config instead.  the patch below attaches a new
> SSLConnRec structure to the c->conn_config and replaces all usage of
> apr_table_{get,set}(c->notes, "ssl") with conn_config.  if this approach
> is ok, there are a few more c->notes table entries that could be moved to
> the conn_config.

++1.  It took me a few minutes to realize that we were only ever checking one
value.  This patch is an absolute must in my opinion.

Ryan

______________________________________________________________
Ryan Bloom                              [EMAIL PROTECTED]
Covalent Technologies                   [EMAIL PROTECTED]
--------------------------------------------------------------

Reply via email to