[Proto-Scripty] Re: Ajax - multiple messages on the same connection?

2011-01-06 Thread sol
;s still naiive and basic, but I thought it was worth a try - just wondered whether Prototype can help me with this (receiving data on readyState=3, and/or parsing it)? Thanks again. On Jan 3, 5:22 pm, sol wrote: > Hi, > > We are using Prototype Ajax on the client side, consuming message

[Proto-Scripty] Ajax - multiple messages on the same connection?

2011-01-03 Thread sol
Hi, We are using Prototype Ajax on the client side, consuming messages from a Comet server. We were wondering whether it's possible to keep a connection alive, and pass multiple messages on the same connection (for "Server push")? It's something in the lines of: - Client opens an Ajax.request - T