Reply To: Repeated crashes with "Out of pseudo file handles. See

#6943
rpedde
Participant

@HorizonX wrote:

edit: I took a look at the traffic using a bw monitor… when I looked firefly had what looked like 100s(!) of sockets open to only 3 IPs! Is this a documented problem? :/

Not really… but yeah, there are only so many sockets it can have open. There must be something going on where the sockets aren’t getting closed.

edit again: I discovered all the notices it puts in the event log at higher debug levels. Every single time, the error occurred after opening Socket #511. I guess something about trying to open socket #512 is what is causing it to crash. Could you code in a fix for this behaivor? I’m sure it’s due to sloppy coding in myTunes redux, but still… >_>

Won’t fix it. The underlying problem is I’m not closing some sockets. Unless you have a *ton* of users connecting to this server. Is that the case? If so, I could crank up the socket limit, but I never figured there would be that many connections to the server simultaneously.