Domino: Understanding Wide-Area, Asynchronous Event Causality In Web Applications

Ding Li,James Mickens,Suman Nath,Lenin Ravindranath
DOI: https://doi.org/10.1145/2806777.2806940
2015-01-01
Abstract:In a modern web application, a single high-level action like a mouse click triggers a flurry of asynchronous events on the client browser and remote web servers. We introduce Domino, a new tool which automatically captures and analyzes end-to-end, asynchronous causal relationship of events that span clients and servers. Using Domino, we found uncharacteristically long event chains in Bing Maps, discovered data races in the WinJS implementation of promises, and developed a new server-side scheduling algorithm for reducing the tail latency of server responses.
What problem does this paper attempt to address?