I have searched all over the web and I can't have answer to my question.
I have to build and run a web auction site based on Kohana 3.0. I have use $ajax (jQuery) with setInterval() function but the problem here is that, as the code needs to get update every 1-seconde, my browser cannot support such a request and with many users connected the server migth not be able to handler all the request per seconde.
So I was looking for an alternative.
Or does someone knows or has used a framework library for JS or PHP ,,that I can use for Auction script ?
Thanks