Sciweavers

245 search results - page 1 / 49
» The Use of Multithreading for Exception Handling
Sort
View
MICRO
1999
IEEE
91views Hardware» more  MICRO 1999»
13 years 9 months ago
The Use of Multithreading for Exception Handling
Craig B. Zilles, Joel S. Emer, Gurindar S. Sohi
ECOOPWEXCEPTION
2006
Springer
13 years 8 months ago
Handling Multiple Concurrent Exceptions in C++ Using Futures
Abstract. Exception handling is a well-established mechanism in sequential programming. Concurrency and asynchronous calls introduce the possibility for multiple simultaneous excep...
Matti Rintala
ICSE
2007
IEEE-ACM
14 years 5 months ago
Exception-Chain Analysis: Revealing Exception Handling Architecture in Java Server Applications
Although it is common in large Java programs to rethrow exceptions, existing exception-flow analyses find only single exceptionflow links, thus are unable to identify multiple-lin...
Chen Fu, Barbara G. Ryder
WORDS
2002
IEEE
13 years 9 months ago
Auction System Design Using Open Multithreaded Transactions
Open Multithreaded Transactions form an advanced transaction model that provides features for controlling and structuring not only accesses to objects, as usual in transaction sys...
Jörg Kienzle, Alfred Strohmeier, Alexander B....
FUIN
2008
91views more  FUIN 2008»
13 years 5 months ago
A Deductive Proof System for Multithreaded Java with Exceptions
Abstract. Besides the features of a class-based object-oriented language, Java integrates concurrency via its thread-classes, allowing for a multithreaded flow of control. Besides ...
Erika Ábrahám, Frank S. de Boer, Wil...