//cacheparser.parseFile(cachePath, f1, cacheHandler);
//f1.close();
IndexFile f2 = new FastReadIndexFile(historyPath);
historyParser = new IEHistoryFileParser(cachePath, f2, historyHandler);
historyParser.parseFile();
f2.close();
try {
Thread.sleep(10000);
} catch (InterruptedException ex) {