I wrote: > The playlist.once() operator is defined with a little script in > utils.liq: it simply loads a request.queue() from a file.
This is in fact wrong. The operator uses a request.dynamic() and would be rather annoying to adapt. However, it's possible and much simpler to use a request.queue() -- which is why I talked about it. The downside of a queue is that it would have one request per file of the playlist. Until 0.9.2 this is problematic with a long playlist since the number of requests is limited (see request.max_rid). On SVN I removed this stupid limitation which makes everything much nicer. David ------------------------------------------------------------------------------ Throughout its 18-year history, RSA Conference consistently attracts the world's best and brightest in the field, creating opportunities for Conference attendees to learn about information security's most important issues through interactions with peers, luminaries and emerging and established companies. http://p.sf.net/sfu/rsaconf-dev2dev _______________________________________________ Savonet-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/savonet-users
