咨询与建议

限定检索结果

文献类型

  • 4 篇 期刊文献
  • 2 篇 会议

馆藏范围

  • 6 篇 电子文献
  • 0 种 纸本馆藏

日期分布

学科分类号

  • 6 篇 工学
    • 6 篇 计算机科学与技术...
    • 2 篇 软件工程

主题

  • 6 篇 java threads
  • 1 篇 java virtual thr...
  • 1 篇 object model
  • 1 篇 hands-on trainin...
  • 1 篇 fork
  • 1 篇 key classes dete...
  • 1 篇 load balancing
  • 1 篇 fields and metho...
  • 1 篇 program transfor...
  • 1 篇 automatic testin...
  • 1 篇 acm ccs -> softw...
  • 1 篇 acm ccs -> compu...
  • 1 篇 type-accurate
  • 1 篇 operational sema...
  • 1 篇 native code
  • 1 篇 data race freedo...
  • 1 篇 loop-level paral...
  • 1 篇 compiler verific...
  • 1 篇 jalapeno
  • 1 篇 race conditions

机构

  • 1 篇 univ politehn ti...
  • 1 篇 ibm corp div res...
  • 1 篇 intelligent soft...
  • 1 篇 swiss fed inst t...
  • 1 篇 seoul natl univ ...
  • 1 篇 univ north carol...
  • 1 篇 ibm japan ltd ib...
  • 1 篇 hewlett packard ...
  • 1 篇 carnegie mellon ...
  • 1 篇 tech univ catalu...
  • 1 篇 univ washington ...

作者

  • 1 篇 kim s
  • 1 篇 shepherd jc
  • 1 篇 litvinov v
  • 1 篇 srinivasan h
  • 1 篇 lieber d
  • 1 篇 sung m
  • 1 篇 attanasio cr
  • 1 篇 ngo t
  • 1 篇 choi jd
  • 1 篇 navarro n
  • 1 篇 ayguadé e
  • 1 篇 russell jr
  • 1 篇 hind m
  • 1 篇 whaley j
  • 1 篇 fink sj
  • 1 篇 chirila ciprian-...
  • 1 篇 sora ioana
  • 1 篇 serrano mj
  • 1 篇 park s
  • 1 篇 cheng p

语言

  • 5 篇 英文
  • 1 篇 其他
检索条件"主题词=Java Threads"
6 条 记 录,以下是1-10 订阅
排序:
Lecture-less java-threads Training in an Hour?  30
Lecture-less Java-Threads Training in an Hour?
收藏 引用
30th International Conference on High Performance Computing, Data, and Analytics (HiPC)
作者: Dewan, Prasun Univ North Carolina Dept Comp Sci Chapel Hill NC 27515 USA
Introducing concurrent execution, forking, joining, synchronization, and load balancing of java threads to trainees allows them to (a) create arbitrary concurrent algorithms, and (b) be exposed to the underpinnings of... 详细信息
来源: 评论
java single vs. platform vs. virtual threads runtime performance assessment in the context of key class detection  18
Java single vs. platform vs. virtual threads runtime perform...
收藏 引用
18th IEEE International Symposium on Applied Computational Intelligence and Informatics (SACI)
作者: Chirila, Ciprian-Bogdan Sora, Ioana Univ Politehn Timisoara Comp & Informat Technol Dept Timisoara Romania
Key classes are considered the most important classes of a software system. They represent the starting point for reengineering or documentation processes. The detection of key classes is considered crucial in the sta... 详细信息
来源: 评论
Analysing java's safety guarantees under concurrency
收藏 引用
IT-INFORMATION TECHNOLOGY 2014年 第2期56卷 82-86页
作者: Lochbihler, Andreas Swiss Fed Inst Technol Inst Informat Secur Univ Str 6 CH-8092 Zurich Switzerland
Two features distinguish java from other mainstream programming languages like C and C++: its builtin support for concurrency and safety guarantees such as type safety or safe execution in a sandbox. In this work, we ... 详细信息
来源: 评论
Comparative performance evaluation of java threads for embedded applications: Linux Thread vs. Green Thread
收藏 引用
INFORMATION PROCESSING LETTERS 2002年 第4期84卷 221-225页
作者: Sung, M Kim, S Park, S Chang, N Shin, H Seoul Natl Univ Sch Comp Sci & Engn Seoul 151742 South Korea
Despite the portability and platform independence of java programs, their performance depends on the threading mechanisms of the host operating system. In this paper, we measure the performance of java threads for two... 详细信息
来源: 评论
Strategies for the efficient exploitation of loop-level parallelism in java
收藏 引用
CONCURRENCY AND COMPUTATION-PRACTICE & EXPERIENCE 2001年 第8-9期13卷 663-680页
作者: Oliver, J Guitart, J Ayguadé, E Navarro, N Torres, J Intelligent Software Components SA ISOCO Barcelona Spain Tech Univ Catalunya Comp Architecture Dept Barcelona Spain
This paper analyzes the overheads incurred in the exploitation of loop-level parallelism using java threads and proposes some code transformations that minimize them. The transformations avoid the intensive use of Jav... 详细信息
来源: 评论
The Jalapeno virtual machine
收藏 引用
IBM SYSTEMS JOURNAL 2000年 第1期39卷 211-238页
作者: Alpern, B Attanasio, CR Barton, JJ Burke, MG Cheng, P Choi, JD Cocchi, A Fink, SJ Grove, D Hind, M Hummel, SF Lieber, D Litvinov, V Mergen, MF Ngo, T Russell, JR Sarkar, V Serrano, MJ Shepherd, JC Smith, SE Sreedhar, VC Srinivasan, H Whaley, J IBM Corp Div Res Thomas J Watson Res Ctr Yorktown Hts NY 10598 USA Hewlett Packard Labs Palo Alto CA 94304 USA Carnegie Mellon Univ Dept Comp Sci Pittsburgh PA 15213 USA Univ Washington Seattle WA 98195 USA IBM Japan Ltd IBM Tokyo Res Lab Yamato Kanagawa 2428502 Japan
Jalapeno is a virtual machine for java(TM) servers written in the java language. To be able to address the requirements of servers (performance and scalability in particular), Jalapeno was designed "from scratch&... 详细信息
来源: 评论