@article{(Open Science Index):https://publications.waset.org/pdf/10825,
	  title     = {Aspect based Reusable Synchronization Schemes},
	  author    = {Nathar Shah},
	  country	= {},
	  institution	= {},
	  abstract     = {Concurrency and synchronization are becoming big
issues as every new PC comes with multi-core processors. A major
reason for Object-Oriented Programming originally was to enable
easier reuse: encode your algorithm into a class and thoroughly
debug it, then you can reuse the class again and again. However,
when we get to concurrency and synchronization, this is often not
possible. Thread-safety issues means that synchronization constructs
need to be entangled into every class involved. We contributed a
detailed literature review of issues and challenges in concurrent
programming and present a methodology that uses the Aspect-
Oriented paradigm to address this problem. Aspects will allow us to
extract the synchronization concerns as schemes to be “weaved in"
later into the main code. This allows the aspects to be separately
tested and verified. Hence, the functional components can be weaved
with reusable synchronization schemes that are robust and scalable.},
	    journal   = {International Journal of Industrial and Manufacturing Engineering},
	  volume    = {4},
	  number    = {2},
	  year      = {2010},
	  pages     = {126 - 128},
	  ee        = {https://publications.waset.org/pdf/10825},
	  url   	= {https://publications.waset.org/vol/38},
	  bibsource = {https://publications.waset.org/},
	  issn  	= {eISSN: 1307-6892},
	  publisher = {World Academy of Science, Engineering and Technology},
	  index 	= {Open Science Index 38, 2010},
	}