In terms of HTTP request performance should I pick AJAX or Flash? To be more specific, I’m more into Flash than AJAX and I’m currently working on a wide scale web project. I wanted to try AJAX out for once and now it’s getting too messy for me. Before it gets more complicated I thought may be I can run Flash on the background for HTTP Requests and use it with javascript.
I couldn’t find any benchmark on the Internet, but I think AJAX is faster than Flash. So what’s your personal experience? Is there too much difference between Flash and AJAX?
Flash and JS both use the browser to send HTTP requests so I don’t see any reason there would be a difference in performance between them.