miyagawa / remedie

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

HTTP client gets idle too long #127

Closed miyagawa closed 15 years ago

miyagawa commented 15 years ago

When you have ~100 channels and refresh all from the UI, some HTTP requests take so long time (while they are not blocking) to get the response back. It also feels ALL HTTP clients are stalled when on request is getting idle. Coro/AnyEvent process is not being blocked since you can access other tasks from the UI fine. Needs to investigate.

miyagawa commented 15 years ago

this is now fixed with workers