I've just seen this too and I think it's a better way to go: sending JSON instead updates instead of js function calls.
Note, it appears that the lighty plug-in does not stream this response: you are still required to poll the server for each update. Status: I've been idly toying with the idea of prototype.js executing a streamed response from an XMLHttpRequest call (to avoid the use of iframes; but I can't seem to get it to work with Safari YET) I plan on changing both my mongrel plug-in and prototype code to send/receive JSON instead of javascript functions now. ry _______________________________________________ Mongrel-users mailing list [email protected] http://rubyforge.org/mailman/listinfo/mongrel-users
