You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@httpd.apache.org by "William A. Rowe, Jr." <wr...@rowe-clan.net> on 2001/08/01 08:16:07 UTC

Re: cvs commit: httpd-2.0/server request.c

From: <wr...@apache.org>
Sent: Wednesday, August 01, 2001 1:12 AM


> wrowe       01/07/31 23:12:38
> 
>   Modified:    server   request.c
>   Log:
>     Replace check_symlinks in the ap_sub_req_lookup_* calls with
>     the new resolve_symlink (also used by the new directory_walk)
>     especially for performance and readability.  Left check_symlinks
>     in the soon-to-be-gone get_path_info flavor of directory_walk.

That's all she wrote for 2.0.23.  I'm not ready to take this further until we
finish vetting and get some better caching effects into the new directory_walk 
itself, which will take some time.  The stat/lstat optimizations for 
same-folder subrequests is finished, I believe.

Bill