The scheduler might be a possibility, although my POC doesn't use it.
I'll look into Async::Util::amap(), of which I was previously
unaware...

I added it in 8.0. I was looking for something like the popular async JS library.

One issue to address is that the requests are initiated each time one
drives into the Podcast feed menu. So some kind of state needs to be
held, i.e. "Don't go and fetch this one, because we've already fired off
a fetch during the last podcast browse session."
The result of the requests is being cached. Therefore each of them should only be run once a day at max. Unless there's a bug somewhere.
_______________________________________________
Squeezecenter mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/squeezecenter

Reply via email to