Beefy Boxes and Bandwidth Generously Provided by pair Networks
Problems? Is your data what you think it is?
 
PerlMonks  

Re: Re: Searching large files before browser timeout

by sierrathedog04 (Hermit)
on Jun 13, 2001 at 20:09 UTC ( [id://88104]=note: print w/replies, xml ) Need Help??


in reply to Re: Searching large files before browser timeout
in thread Searching large files before browser timeout

Having UNIX grep rather than Perl grep do the searching would usually slow your program down. Perl grep is usually faster than UNIX's grep but slower than UNIX's egrep. Of course, YYMV.
  • Comment on Re: Re: Searching large files before browser timeout

Replies are listed 'Best First'.
Re: Re: Re: Searching large files before browser timeout
by Davious (Sexton) on Jun 13, 2001 at 21:23 UTC
    Hmm, well in my case it was blindingly faster. Keep in mind I wasn't searching for anything more complicated than a fixed string (ie: '127.0.0.1') not a regexp or anything of that nature.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://88104]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others studying the Monastery: (2)
As of 2024-04-26 01:33 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found