Re: [Twisted-Python] server push data to client

2009-11-18 Thread vitaly
Thank you. Did anyone tried AmFast: http://code.google.com/p/amfast/ ??? Quoting lasizoillo : > 2009/11/17 : >> hi, >> what could be the way(Producer/Consumer?) and simple,basic example to >> push data(~10Kb) from Twisted based server(that listening for incoming >> requests) into  client side(

Re: [Twisted-Python] server push data to client

2009-11-17 Thread lasizoillo
2009/11/17 : > hi, > what could be the way(Producer/Consumer?) and simple,basic example to > push data(~10Kb) from Twisted based server(that listening for incoming > requests) into  client side(for example FLEX) not as a response to the > incoming request, but occasionally, triggered by server sid

[Twisted-Python] server push data to client

2009-11-17 Thread vitaly
hi, what could be the way(Producer/Consumer?) and simple,basic example to push data(~10Kb) from Twisted based server(that listening for incoming requests) into client side(for example FLEX) not as a response to the incoming request, but occasionally, triggered by server side??? In tradition