Author Topic: 64 bit generic question  (Read 4582 times)

0 Members and 1 Guest are viewing this topic.

dgorsman

  • Water Moccasin
  • Posts: 2437
Re: 64 bit generic question
« Reply #15 on: April 04, 2013, 10:29:05 AM »
This is one of the reasons why so many application developers are going crazy with "file indexing" schemes so their own search processes don't become a bottleneck.  You might be able to do similar optimization for folders you know don't change that often.  For example, use a FileSystemWatcher or similar running in the background to cache information for a large number of low-activity folders and run-time scans for a smaller number of more active locations.
If you are going to fly by the seat of your pants, expect friction burns.

try {GreatPower;}
   catch (notResponsible)
      {NextTime(PlanAhead);}
   finally
      {MasterBasics;}