Matts (email not shown publicly) I work for MessageLabs [messagelabs.com] in Toronto, ON, Canada. I write spam filters, MTA software, high performance network software, string matching algorithms, and other cool stuff mostly in Perl and C.
Has anyone seen cwd() failing on an extremely high load server? I don't really understand why it fails (only happens under extreme load), and wondered if anyone had any insight.
Thanks. For now I've just moved getcwd() out of the loop so I only have to do it once. I'm still curious why it fails though - google hasn't been very helpful in this.
My guess (Score:2)
Googling for "getcwd" + "heavy load" turned up some other possible clues, and NFS is mentioned on occasion.
Re: (Score:2)