ADSM-L

Re: ADSM and big file-servers

1999-03-16 10:14:38
Subject: Re: ADSM and big file-servers
From: Richard Sims <rbs AT BU DOT EDU>
Date: Tue, 16 Mar 1999 10:14:38 -0500
>Maybe ADSM develpoment could take this and work out some way of
>traversing the driectory structure under NT in a more efficient way.

There may be potential.  In traditional Unix programming, for example,
one normally performs readdir() system calls to step through the directory,
as when examining each name in turn.  Such a "onesy" approach makes for
considerable overhead in a large directory.  Ambitious programming might
attempt to read() the whole directory in one gulp and then traverse it
in memory.  Other environments might offer similar possibilities for
improvements in efficiency.
     Richard Sims, BU
<Prev in Thread] Current Thread [Next in Thread>