miyagawa / remedie

perl based pluggable media center application
http://remediecode.org/
121 stars 13 forks source link

tools/refresh has Coro limit issues #125

Closed miyagawa closed 15 years ago

miyagawa commented 15 years ago

tools/refresh hits Coro limitation when you have > 90 channels or so?

miyagawa commented 15 years ago

cannot dup() filehandle: Too many open files, at /Users/miyagawa/perl5/lib/perl5/AnyEvent.pm line 1132.

miyagawa commented 15 years ago

lsof shows 40 concurrent SQLite open files and 150 CLOSE_WAIT tcp connections, which I guess is POE issue.

miyagawa commented 15 years ago

move the connection shutdown into callback. losed by 36114ea93b9deeab05b2a94d8f8ef141c456f8d4