On Jul 27, 2010, at 5:33 AM, Michael Ellis wrote: > This morning I found several OSError reports about "Too many open files" in a > web2py development server that's been running locally for several days. The > app code isn't doing any explicit file i/o so I don't know what's going on, > but here are the tracebacks in case someone else is seeing anything similar.
The first thing to do is to use lsof (try: man lsof) to see what's being opened.