基于Java多线程同步的安全性研究
DOI:
作者:
作者单位:

作者简介:

通讯作者:

中图分类号:

基金项目:


The discussion about Java multithreading synchronization securityand
Author:
Affiliation:

Fund Project:

  • 摘要
  • |
  • 图/表
  • |
  • 访问统计
  • |
  • 参考文献
  • |
  • 相似文献
  • |
  • 引证文献
  • |
  • 资源附件
  • |
  • 文章评论
    摘要:

    解决Java多线程同步的方法是在需要同步的方法签名中加入synchronized关键字,使用synchronized对需要进行同步的代码段进行同步,或使用JDK 5中提供的java.util.concurrent.lock包中的Lock对象。为解决多个线程对同一变量进行访问时可能发生的安全性问题,不仅可以采用同步机制,更可以通过JDK中加入的ThreadLocal来保证更好的并发性。

    Abstract:

    The solution method of Java multi-thread synchronization is to add synchronization synchronized keyword.The synchronize code is synchronized by using synchronized,or the java.util.concurrent.lock package provided in JDK 5.In addition,the security issues,which perhaps occur during the multiple threads access the same variables,is solved by not only synchronization mechanism,but also adding ThreadLocal in JDK.

    参考文献
    相似文献
    引证文献
引用本文

张勇.基于Java多线程同步的安全性研究[J].河北工程大学自然版,2011,28(2):105-108

复制
分享
文章指标
  • 点击次数:
  • 下载次数:
  • HTML阅读次数:
  • 引用次数:
历史
  • 收稿日期:2011-01-05
  • 最后修改日期:
  • 录用日期:
  • 在线发布日期: 2015-01-12
  • 出版日期:
文章二维码