hello David & all,

David Baelde:
> The request.dynamic() is like a queue, except that it doesn't wait for
> a push, but instead pulls data by calling a script whenever it wants
> to refill. Essentially it calls its "feeding function" (which calls
> your script)

well, seems i havn't gotten it yet...
...
def agent() =
        r = list.hd(get_process_lines("myscript"))
        request.create(r)
end
dyn = request.dynamic(agent)
radio = [dyn, playlist, secure]
...

how do i handle r=""? i.e. myscript returns nothing? or is that
bad usage? thanks, udo



------------------------------------------------------------------------------
This SF email is sponsosred by:
Try Windows Azure free for 90 days Click Here 
http://p.sf.net/sfu/sfd2d-msazure
_______________________________________________
Savonet-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/savonet-users

Reply via email to