reset password
Author Message
roicea
Posts: 1
Posted 20:57 Aug 12, 2009 |

It looks to me that the FIFO & LRU would only work properly by placing a time delay

in the pin/unpin.  The normal Date() for the timePinned only gives out to 1 sec values.

 In case anyone else needs the info.....

 

timeMS = System.currentTimeMillis();
      try
      {
            Thread.sleep(20);
      }catch (InterruptedException ex) {}
     

cysun
Posts: 2935
Posted 21:02 Aug 12, 2009 |

Is this the same problem mentioned earlier?