I wonder if this problem has something to do with creating
numerous processes
in a very short time period. Whenever I've seen this happen with
the "WWW"
processes, they're all to the same URL, so they were likely from
the same email
message, so those connections were probably all created at just
about the same
time.
Unfortunately this probably means that the problem is buried inside of the
cygwin implementation of select().
andy