Ignore:
Timestamp:
Aug 14, 2007, 6:09:54 AM (18 years ago)
Author:
Steven Levine
Message:

Rework DosFindFirst/Next loops to optimize memory allocation and code paths
Adjust FilesToGet limits
Update configuration notebook scanning page
Start updating #pragma alloc_text positioning for OpenWatcom compatibility

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/ipf/notebook.ipf

    r756 r783  
    66.*
    77.* Copyright (c) 1993-98 M. Kimes
    8 .* Copyright (c) 2006-07 Steven H.Levine
     8.* Copyright (c) 2006, 2007 Steven H.Levine
    99.*
    1010.* 30 Dec 06 GKY Corrected statement re copy/move "toggle" in OS/2
    1111.* 03 Mar 07 GKY Update that file systems other than HPFS support long names
    12 .* 20 Mar 07 DG  Add discribtion for Mommy make it stop
     12.* 20 Mar 07 DG  Add description for Mommy make it stop
     13.* 13 Aug 07 SHL Tweak scanning page
    1314.*
    1415.***********************************************************************
     
    698699from the INI (which will cause FM/2 to revert to the default setting).
    699700:p.
    700 If the :hp6.Don't scan remov.:ehp6. is checked, FM/2 won't attempt to
     701If the :hp6.Don't scan removables:ehp6. is checked, FM/2 won't attempt to
    701702find subdirectories on removable drives until you double-click the drive
    702703in the Drive Tree, so you won't see a [+] sign beside removable drives
     
    707708loaded and scanned automatically at FM/2 startup.
    708709:p.
    709 The :hp6.Findbuf:ehp6. spin button controls how many files FM/2 searches
     710The :hp6.Find count:ehp6. spin button controls how many files FM/2 searches
    710711for in one system call. The higher this number, the faster FM/2 works
    711712(with properly operating FSDs that support "finding" more than one file
     
    716717memory, boosting this may be a good idea. On the other hand, if you are
    717718extremely limited in memory (less than 16 megs), reducing this might be
    718 the thing to do. The range is 2048 to 102400, with 10240 the default.
     719the thing to do. The range is 512 to 4096, with 4096 being the default.
    719720
    720721
Note: See TracChangeset for help on using the changeset viewer.