首页    期刊浏览 2024年09月14日 星期六
登录注册

文章基本信息

  • 标题:Lock-Free Readers/Writers
  • 本地全文:下载
  • 作者:Anupriya Chakraborty ; Sourav Saha ; Ryan Saptarshi Ray
  • 期刊名称:International Journal of Computer Science Issues
  • 印刷版ISSN:1694-0784
  • 电子版ISSN:1694-0814
  • 出版年度:2013
  • 卷号:10
  • 期号:4
  • 出版社:IJCSI Press
  • 摘要:The past few years have marked the start of a historic transition from sequential to parallel computation.The necessity to write parallel programs is increasing as systems are getting more complex while processor speed increases are slowing down. Current parallel programming uses low-level programming constructs like threads and explicit synchronization using locks to coordinate thread execution. Parallel programs written with these constructs are difficult to design, program and debug. Also locks have many drawbacks which make them a suboptimal solution. Software Transactional Memory (STM) is a promising new approach to programming shared-memory parallel processors. It is a concurrency control mechanism that is widely considered to be easier to use by programmers than locking. It allows portions of a program to execute in isolation, without regard to other, concurrently executing tasks. A programmer can reason about the correctness of code within a transaction and need not worry about complex interactions with other, concurrently executing parts of the program. This paper shows the concept of writing code using Software Transactional Memory (STM) and the performance comparison of codes using locks with those using STM.
  • 关键词:Parallel Programming; Multiprocessing; Locks; Transactions; Software Transactional Memory
国家哲学社会科学文献中心版权所有