How about using a wondows OS?
Right now I am using an extremely simple code utilising a foreach loop to scan through the e-mails and find dups this is not efficient. Because the server times out before it can even get halfway through all the e-mail addys.
Even if it didn't it would still take 100 years to load the page doing it this way.
Is there a window equive to what you are proposing?
TIURIC | [reply] |
| [reply] |
What server? You didn't say anything about a server in your initial description. What is the CGI process doing? A 120,000 line file is not that big. Perl should be able to tear through it in a couple of seconds.
The issue is probably somewhere else, either a slow algorithm or network issues. Since you didn't say where the script is running, how it is getting the data, or how it is communicating with the user, we can't help you.
| [reply] |