ACM Home Page
Please provide us with feedback. Feedback
“Alfonse, you have a message!”
Full text PdfPdf (362 KB)
Source Technical Symposium on Computer Science Education archive
Proceedings of the thirty-first SIGCSE technical symposium on Computer science education table of contents
Austin, Texas, United States
Pages: 60 - 64  
Year of Publication: 2000
ISBN:1-58113-213-1
Also published in ...
Author
Stephen J. Hartley  Computer Science and Information Systems, Richard Stockton College, Pomona, NJ
Sponsor
SIGCSE: ACM Special Interest Group on Computer Science Education
Publisher
ACM  New York, NY, USA
Bibliometrics
Downloads (6 Weeks): 6,   Downloads (12 Months): 18,   Citation Count: 4
Additional Information:

abstract   references   cited by   index terms   collaborative colleagues  

Tools and Actions: Request Permissions Request Permissions    Review this Article  
DOI Bookmark: Use this link to bookmark this Article: http://doi.acm.org/10.1145/330908.331813
What is a DOI?

ABSTRACT

Synchronization of multiple threads in a Java program using the built-in features of the language has serious pitfalls for the programmer, particularly if a thread is interrupted while waiting inside a monitor. These concerns have lead to a movement to avoid Java monitors altogether and use message passing instead. This paper visits the field of concurrent programming to show that replacing all Java monitors with message passing is an overreaction to these problems.


REFERENCES

Note: OCR errors may be found in this Reference List extracted from the full text article. ACM has opted to expose the complete List rather than only correct and linked references.

 
1
 
2
 
3
 
4
Austin, P., and Welch, P. JCSP web page at the University of Kent, Canterbury, UK. Online. Internet. {November 12, 1999}. Available WWW: http ://www. cs .ukc. ac .uk/proj ects/ ofa/jcsp/
5
6
7
 
8
Chalmers, A. JavaPP Web page at the University of Bristol, UK. Online. Internet. {November 12, 1999}. Available WWW: http://~x,r~, cs. bris. ac. uk/'alan/j avapp, html.
9
 
10
Hilderink, G. JavaPP Web page at the University of Twente, Netherlands. Online. Internet. {November 12, 1999}. Available WWW: h t t p ://w ~.r t . el. utwent e. nl/j avapp/.
11
 
12
 
13
14
 
15