Received: by taz.hyperreal.com (8.6.12/8.6.5) id LAA15036; Mon, 15 Apr 1996 11:07:54 -0700 Received: from life.ai.mit.edu by taz.hyperreal.com (8.6.12/8.6.5) with SMTP id LAA15017; Mon, 15 Apr 1996 11:07:51 -0700 Received: from volterra.ai.mit.edu by life.ai.mit.edu (4.1/AI-4.10) for new-httpd@hyperreal.com id AA01478; Mon, 15 Apr 96 14:07:37 EDT From: rst@ai.mit.edu (Robert S. Thau) Received: by volterra.ai.mit.edu (8.6.12/AI-4.10) id OAA18638; Mon, 15 Apr 1996 14:07:35 -0400 Date: Mon, 15 Apr 1996 14:07:35 -0400 Message-Id: <199604151807.OAA18638@volterra.ai.mit.edu> To: new-httpd@hyperreal.com Subject: Re: cvs commit: apache/src Configuration.tmpl Sender: owner-new-httpd@apache.org Precedence: bulk Reply-To: new-httpd@hyperreal.com Status: O X-Status: What's the main reason for needing a directory structure? Most Unix kernels handle file lookup by linear search. For large directories, this has all the problems you'd expect it to have. The fix is to build a tree structure, and do the lookups in that --- but since the kernel won't do it for you, you need to do it yourself. rst