You are viewing a plain text version of this content. The canonical link for it is here.
Posted to apache-bugdb@apache.org by co...@hyperreal.org on 1997/08/18 18:35:09 UTC

Re: mod_dir/161: Questionable performace of mod_dir() with negotiation

Synopsis: Questionable performace of  mod_dir() with negotiation

Comment-Added-By: coar
Comment-Added-When: Mon Aug 18 09:35:08 PDT 1997
Comment-Added:
[Some mis-directed mail from Dean that should have been
attached here.]

This could be suspended pending the implementation of a promte_request()
function.  We did a lot of cleanup around 1.2b8 with the request
promotion that handle_multi() uses (Petr Lampa pointed out most of the
bugs actually).

He also pointed out the inefficiency of mod_dir+negotiation in that both of
them do readdir()s on the same directory.  Caching would be really nice.

Dean