Publication: I know it when i see it: observable races in JavaScript applications
Program
KU-Authors
KU Authors
Co-Authors
Livshits, Benjamin
Advisor
Publication Date
2014
Language
English
Type
Conference proceeding
Journal Title
Journal ISSN
Volume Title
Abstract
Despite JavaScript runtime's lack of conventional threads, the presence of asynchrony creates a real potential for concurrency errors. These concerns have lead to investigations of race conditions in the Web context. However, focusing on races does not produce actionable error reports that would at the end of the day appeal to developers and cause them to fix possible underlying problems. In this paper, we advocate for the notion of observable races, focusing on concurrency conditions that lead to visually apparent glitches caused by non-determinism within the runtime scheduler on the network. We propose and investigate ways to find observable races via systematically exploring possible network schedules and shepherding the scheduler towards correct executions. We propose crowd-sourcing both to spot when different schedules lead to visually broken sites and also to determine under what environment conditions (OS, browser, network speed) these schedules may in fact happen in practice for some fraction of the users.
Description
Source:
Proceedings of the ACM SIGPLAN Conference on Programming Language Design and Implementation (PLDI)
Publisher:
Association for Computing Machinery (ACM)
Keywords:
Subject
Software