screens other than 0-9 (was: Re: Windows 2003/IIS 6issues...new and improved ones.)

Fairlight fairlite at fairlite.com
Thu May 24 14:40:53 PDT 2007


Is it just me, or did Kenneth Brody say:
> Of course, adding a "don't display this screen" flag would require
> that filePro open/read/close every screen for the file before it
> could display the list.  See my recent note regarding PFDIRFILTER,
> and that slowdown was caused by a mere stat() call.
> 
> (And the same applies to a "don't display the output format" flag.)

Well, an env var defaulted to off would be cool in this instance, good
point.

As for the stat() call, that's likely not what degraded performance.  You
said "on some systems".  I'm betting it was when there were enough files
present to drive them into double redirected inodes.  In which case it's
not actually stat() that's at issue, but the FS structure hampering the
speed of readdir(), is it not?

mark->
-- 
No matter what your problems, modern medicine can help!
http://members.iglou.com/fairlite/fixital/


More information about the Filepro-list mailing list