Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl: the Markov chain saw
 
PerlMonks  

Re^3: Mail::Box fails miserably when trying to open 30_000 messages maildir

by Courage (Parson)
on Jun 27, 2005 at 07:15 UTC ( #470165=note: print w/replies, xml ) Need Help??


in reply to Re^2: Mail::Box fails miserably when trying to open 30_000 messages maildir
in thread Mail::Box fails miserably when trying to open 30_000 messages maildir

still, it could be reasonable to write simple test script to open that dir and just count:
opendir DIR, "that-dir"; my @files = readdir DIR; # or whatever methos Mail::Box uses print "count is ", $#files+1;
Just to check if perl's readdir is out of question on your current build (with given libc and so on)
  • Comment on Re^3: Mail::Box fails miserably when trying to open 30_000 messages maildir
  • Download Code

Log In?
Username:
Password:

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

How do I use this? | Other CB clients
Other Users?
Others romping around the Monastery: (2)
As of 2023-03-30 04:30 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?
    Which type of climate do you prefer to live in?






    Results (73 votes). Check out past polls.

    Notices?