Hello,
Let me start by saying that I'm very new to using AMS so please be gentle with me.
I'm trying to develop an PDF veiwing app which would run off a CD/DVD. A user would enter search criteria (perhaps up to 4 items) then the app would parse through a delimited text index file and display a list of all the pdf files on the dvd that meet the users search criteria. The user would select which file they want and Acrobat reader (included on the disk) would open it.
Playing around with this I've managed to get it to work using only one search value and I think with some more tinkering I can get it to work for multiple values. The issue is the time needed to search through the index file.
Using a 3 field, 17 character, "|" delimited file, 26000 lines long, the search takes several minutes just for one item. This is running on a 2.6ghz WinXP Pro box with 512mb RAM. Is this a reasonable search time for this? Can anyone suggest a better/faster way of doing this search?

