Re: [ADVANCED-DOTNET] Regular Expressions on a large array of strings

2002-09-12 Thread Marsh, Drew
Ravi [mailto:[EMAIL PROTECTED]] wrote: > I actually looked into this. I was wondering if it's scalable > enough to handle the load I need, about 2-3 queries per > second at peak times. I was also thinking about using MySQL > as that isn't crippled, but I was wondering what other issues > there mi

Re: [ADVANCED-DOTNET] Regular Expressions on a large array of strings

2002-09-12 Thread Ravi
ith Visual Studio and Office, both of which I have. Ravi - Original Message - From: "Graeme Foster" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, September 12, 2002 5:47 AM Subject: Re: [ADVANCED-DOTNET] Regular Expressions on a large array of strings >

Re: [ADVANCED-DOTNET] Regular Expressions on a large array of strings

2002-09-12 Thread Graeme Foster
You might want to look into using MSDE (the free, "desktop" version of SQL Server) if you have Visual Studio or some other qualifying product. Check the license agreement though to see if it would be legal in your case. Cheers, G. -- Graeme Foster ([EMAIL PROTECTED]) Principal Software Engineer A

Re: [ADVANCED-DOTNET] Regular Expressions on a large array of strings

2002-09-12 Thread Peter Foreman
At 11:40 AM 9/10/02 -0700, you wrote: >Any ideas for a better search algorithm? Should I do it in a completely >different way? I'm new at this, so it wouldn't suprise me if there was a >much better way to do this. I don't think regular expressions are the way to go. Sounds like too many potentia

Re: [ADVANCED-DOTNET] Regular Expressions on a large array of strings

2002-09-11 Thread Akshay Arora
> I'm writing a LAN search engine for a CIFS network. I've > already written the > spider and have indexed all the data (approximately 1.5 > million files). > Basically, I'm building a huge hashtable with filenames as > keys and the > myFileInfo class as values. Then I'm going to split the > h

[ADVANCED-DOTNET] Regular Expressions on a large array of strings

2002-09-11 Thread Ravi Shekhar
Hi, I'm writing a LAN search engine for a CIFS network. I've already written the spider and have indexed all the data (approximately 1.5 million files). Basically, I'm building a huge hashtable with filenames as keys and the myFileInfo class as values. Then I'm going to split the hashtable up int