Beefy Boxes and Bandwidth Generously Provided by pair Networks
Do you know where your variables are?
 
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 ( [id://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?Last hourOther CB clients
Other Users?
Others taking refuge in the Monastery: (4)
As of 2024-04-18 20:57 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found