Performance testing of data delivery techniques for AJAX applications

  • Authors:
  • Engin Bozdag;Ali Meshah;Arie Van Deursen

  • Affiliations:
  • Software Engineering Research Group, Delft University of Technology, Delft, The Netherlands;Software Engineering Research Group, Delft University of Technology, Delft, The Netherlands;Software Engineering Research Group, Delft University of Technology & CWI, Delft, The Netherlands

  • Venue:
  • Journal of Web Engineering
  • Year:
  • 2009

Quantified Score

Hi-index 0.00

Visualization

Abstract

AJAX applications are designed to have high user interactivity and low user-perceived latency. Real-time dynamic web data such as news headlines, stock tickers, and auction updates need to be propagated to the users as soon as possible. However, AJAX still suffers from the limitations of the Web's request/response architecture which prevents servers from pushing real-time dynamic web data. Such applications usually use a pull style to obtain the latest updates, where the client actively requests the changes based on a predefined interval. It is possible to overcome this limitation by adopting a push style of interaction where the server broadcasts data when a change occurs on the server side. Both these options have their own trade-offs. This paper first introduces the characteristics of both pull and push approaches. It then presents the design and implementation of our distributed test framework, called CHIRON, where different AJAX applications based on each approach can be automatically tested on. Finally, we present and discuss the results of our empirical study comparing different web-based data delivery approaches.