Suchergebnisse - Concurrent Java progress
-
1
Distributed reachability testing of concurrent programs
ISSN: 1532-0626, 1532-0634, 1532-0634Veröffentlicht: Chichester, UK John Wiley & Sons, Ltd 25.12.2010Veröffentlicht in Concurrency and computation (25.12.2010)“… Reachability testing is an approach to verifying concurrent programs. During reachability testing, every partially ordered synchronization sequence of a program with a given input is exercised exactly once …”
Volltext
Journal Article -
2
A Scalable Linearizable Multi-Index Table
ISSN: 2575-8411Veröffentlicht: IEEE 01.07.2018Veröffentlicht in 2018 IEEE 38th International Conference on Distributed Computing Systems (ICDCS) (01.07.2018)“… Concurrent data structures typically index data using a single primary key and provide fast atomic access to data associated with a given key value …”
Volltext
Tagungsbericht -
3
Concurrency Bug-Oriented Mutation Operators Design for Java
Veröffentlicht: IEEE 01.12.2018Veröffentlicht in 2018 IEEE International Conference on Progress in Informatics and Computing (PIC) (01.12.2018)“… Concurrency bug is one of the most notorious. With the purpose of improving concurrent system quality with mutation testing, this paper presents a set of concurrency mutation operators for the latest java version as mutation operator …”
Volltext
Tagungsbericht -
4
A One Year Retrospective on a MOOC in Parallel, Concurrent, and Distributed Programming in Java
Veröffentlicht: IEEE 01.11.2018Veröffentlicht in 2018 IEEE/ACM Workshop on Education for High-Performance Computing (EduHPC) (01.11.2018)“… Much progress has been made on integrating parallel programming into the core Computer Science curriculum of top-tier universities in the United States …”
Volltext
Tagungsbericht -
5
Concurrency Analysis of Go and Java
Veröffentlicht: IEEE 14.10.2020Veröffentlicht in 2020 5th International Conference on Computing, Communication and Security (ICCCS) (14.10.2020)“… There has been tremendous progress in the past few decades towards developing applications that receive data and send data concurrently …”
Volltext
Tagungsbericht -
6
Enrich a data structures course with parallelism
ISSN: 2377-634XVeröffentlicht: IEEE 21.10.2020Veröffentlicht in Proceedings - Frontiers in Education Conference (21.10.2020)“… This Research to Practice Work in Progress paper develops an adaptive learning module aimed at enriching data structures and algorithms courses (CS2/DS …”
Volltext
Tagungsbericht -
7
Derivation of Java monitors
ISBN: 9780769525518, 0769525512ISSN: 1530-0803Veröffentlicht: IEEE 2006Veröffentlicht in Australian Software Engineering Conference (ASWEC'06) (2006)“… This paper describes the formalisation of Java thread synchronisation in an extended Owicki-Gries theory, which facilitates the proof of safety and progress properties of multi-threaded Java programs …”
Volltext
Tagungsbericht -
8
The specification and testing of quantified progress properties in distributed systems
ISBN: 0769510507, 9780769510507ISSN: 0270-5257Veröffentlicht: IEEE 2001Veröffentlicht in Proceedings of the 23rd International Conference on Software Engineering. ICSE 2001 (2001)“… : safety and progress. In earlier work, we developed a tool to monitor progress properties of CORBA components specified using the temporal operator transient …”
Volltext
Tagungsbericht -
9
Learn ECMAScript: Discover the Latest ECMAScript Features in Order to Write Cleaner Code and Learn the Fundamentals of JavaScript
ISBN: 1788620062, 9781788620062Veröffentlicht: Birmingham Packt Publishing, Limited 2018“… Learn ECMAScript explores implementation of the latest ECMAScript features to add to your developer toolbox, helping you to progress to an advanced level …”
Volltext
E-Book -
10
Object-Oriented Parallelisation: Improved and Extended Parallel Iterator
ISBN: 9780769534343, 0769534341ISSN: 1521-9097Veröffentlicht: IEEE 01.12.2008Veröffentlicht in 2008 14th IEEE International Conference on Parallel and Distributed Systems (01.12.2008)“… This paper presents the progress of the parallel iterator concept. New features, such as support for reductions and global break semantics, allow the parallel iterator to undertake more situations …”
Volltext
Tagungsbericht -
11
Transactional Forwarding: Supporting Highly-Concurrent STM in Asynchronous Distributed Systems
ISBN: 1467347906, 9781467347907ISSN: 1550-6533Veröffentlicht: IEEE 01.10.2012Veröffentlicht in 2012 IEEE 24th International Symposium on Computer Architecture and High Performance Computing (01.10.2012)“… Distributed software transactional memory (or DTM) is an emerging promising model for distributed concurrency control, as it avoids the problems with locks …”
Volltext
Tagungsbericht -
12
Analysis of Garbage Collection Algorithms and Memory Management in Java
ISSN: 2623-8764Veröffentlicht: Croatian Society MIPRO 01.05.2019Veröffentlicht in 2019 42nd International Convention on Information and Communication Technology, Electronics and Microelectronics (MIPRO) (01.05.2019)“… Significant elements of the Java Virtual Machine (JVM), as a part of the Java Platform, Standard Edition (Java SE …”
Volltext
Tagungsbericht -
13
Learn ECMAScript - Second Edition
ISBN: 1788620062, 9781788620062Veröffentlicht: Packt Publishing 26.02.2018“… Discover the power of modern JavaScript with 'Learn ECMAScript'. This book takes you through a detailed journey of the latest ECMAScript features, empowering you to write efficient, clean, and robust code …”
Volltext
E-Book -
14
Understanding and Tuning the Performance of Synchronized Methods in Java with Program Analysis and Software Visualization Tools
ISBN: 0355345706, 9780355345704Veröffentlicht: ProQuest Dissertations & Theses 01.01.2017“… Understanding the behavior and performance of concurrent multithreaded programs remains a difficult problem for software engineers …”
Volltext
Dissertation -
15
Towards Security Hardening of Scientific Demand-Driven and Pipelined Distributed Computing Systems
ISBN: 9780769534725, 0769534724ISSN: 2379-5352Veröffentlicht: IEEE 01.07.2008Veröffentlicht in 2008 International Symposium on Parallel and Distributed Computing (01.07.2008)“… We address some of the goals to a degree, some with the Java data security framework (JDSF) as a work-in- progress …”
Volltext
Tagungsbericht -
16
A survey of concurrent object-oriented languages
ISSN: 1040-3108, 1096-9128Veröffentlicht: Chichester, UK John Wiley & Sons, Ltd 25.08.2000Veröffentlicht in Concurrency (Chichester, England.) (25.08.2000)“… During the same period, progress in hardware and networking has changed the computing environment from sequential to parallel. Multi …”
Volltext
Journal Article -
17
Towards Taming Java Wildcards and Extending Java with Interval Types
ISSN: 2331-8422Veröffentlicht: Ithaca Cornell University Library, arXiv.org 15.07.2018Veröffentlicht in arXiv.org (15.07.2018)“… As demonstrated when adding closures (a.k.a., lambdas) and when extending type inference in Java, wildcard types and variance annotations make the development and progress …”
Volltext
Paper -
18
A flexible specification approach for verifying total correctness of fine-grained concurrent modules
ISSN: 2331-8422Veröffentlicht: Ithaca Cornell University Library, arXiv.org 19.12.2024Veröffentlicht in arXiv.org (19.12.2024)“… A well-established approach to proving progress properties such as deadlock-freedom and termination is to associate obligations with threads …”
Volltext
Paper -
19
Towards Trace Visualization and Exploration for Reactive Systems
ISBN: 9780769529875, 0769529879ISSN: 1943-6092Veröffentlicht: IEEE 01.09.2007Veröffentlicht in IEEE Symposium on Visual Languages and Human-Centric Computing (VL/HCC 2007) (01.09.2007)“… from recorded execution traces. In contrast, we take an inter-object scenario-based behavioral model given by the designer as input, and visualize the activation and progress of the scenarios therein as they "come to life" during execution …”
Volltext
Tagungsbericht -
20
Flexible and Efficient In-Vivo Enhancement for Grid Applications
ISBN: 1424439353, 9781424439355Veröffentlicht: IEEE 01.05.2009Veröffentlicht in 2009 9th IEEE International Symposium on Cluster Computing and the Grid (01.05.2009)“… In a grid application, some requirements may change while the execution is in progress …”
Volltext
Tagungsbericht

