danuel36 / telekinesis

Automatically exported from code.google.com/p/telekinesis
0 stars 0 forks source link

NSFileHandle Error: 24 #11

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Browsing around in files app

After browsing around in the files app for a while, the console will throw 
"NSFileHandle Error: 24" 
This seems to be caused by the icons loading, but I could be wrong. After this 
error has been 
thrown, icons stop loading and the overall site becomes more unresponsive.

Original issue reported on code.google.com by bwan...@gmail.com on 6 Jul 2007 at 2:55

GoogleCodeExporter commented 8 years ago
I did some research and this seems to be a too many open files unix error. Is 
this being caused by trying to load 
too many icons at once in a large folder?

Original comment by bwan...@gmail.com on 6 Jul 2007 at 3:43

GoogleCodeExporter commented 8 years ago
I get this a lot too. I am assuming it's coming from too many 
SimpleHTTPConnections open from the server, and 
yes, usually on pages that have lots of icons. Probably need to update 
SimpleHTTPServer to have a queue for 
connections with a limit.

Original comment by bwhit...@gmail.com on 8 Jul 2007 at 6:08

GoogleCodeExporter commented 8 years ago

Original comment by bwhit...@gmail.com on 8 Jul 2007 at 6:08

GoogleCodeExporter commented 8 years ago
This should be fixed in the latest version

Original comment by j...@gmail.com on 8 Jul 2007 at 11:46