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

2011-01-06 Thread sol
, 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 solmy...@gmail.com wrote: Hi, We are using Prototype Ajax on the client side, consuming messages from a Comet server

[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 -