Re: found the PDH problem

2011-02-28 Thread Greg Stein
On Sun, Feb 27, 2011 at 06:40, Stefan Sperling wrote: > On Sun, Feb 27, 2011 at 02:34:44AM -0500, Greg Stein wrote: >> Hyrum, >> >> On IRC, we also talked about trying to remove stat() calls from the >> parse function. Upon reflection, that won't be possible. If the given >> path is below a wcroot

Re: found the PDH problem

2011-02-27 Thread Stefan Sperling
On Sun, Feb 27, 2011 at 02:34:44AM -0500, Greg Stein wrote: > Hyrum, > > On IRC, we also talked about trying to remove stat() calls from the > parse function. Upon reflection, that won't be possible. If the given > path is below a wcroot, then we cannot simply return that wcroot. We > need to see

Re: found the PDH problem

2011-02-26 Thread Greg Stein
Hyrum, On IRC, we also talked about trying to remove stat() calls from the parse function. Upon reflection, that won't be possible. If the given path is below a wcroot, then we cannot simply return that wcroot. We need to see if the path is in a CHILD wcroot (think: nested wcroots in a disjoint wo