fork join信息详情
分叉连接
fork───vi.分叉;分歧;vt.叉起;使成叉状;n.叉;餐叉;耙;n.(Fork)人名;(英、德)福克
join───n.(Join)人名;(法)茹安;vt.参加;结合;连接;vi.加入;参加;结合;n.结合;连接;接合点
tuning fork───[声]音叉;n.音叉
bladed fork───刀片叉
join force───合力;共同合作;加入
dirty fork───脏叉子
fork out───v.支付;放弃;耙出; <口>付钱
dessert fork───小餐叉;甜点餐叉
four fork───四叉
Waiting tasks in fork/join do not actually block threads.───fork/join 中处于等待中的任务实际上不阻止线程。
The fork-join framework reduces contention for the work queue by using a technique known as work stealing.───fork - join框架通过一种称作工作窃取(work stealing)的技术减少了工作队列的争用情况。
's easy to express such problems using fork-join, as you saw in the previous installment.───用fork - join可以很容易地表示这类问题,正如您在上一期中看到的那样。
It's easy to express such problems using fork-join, as you saw in the previous installment.───用fork-join可以很容易地表示这类问题,正如您在上一期中看到的那样。
Each of these problems can be easily parallelized using divide-and-conquer, and can be easily represented as fork-join tasks.───其中的每个问题都可以用divide-and-conquer轻松地并行化,并能轻松地表示为fork-join任务。
Furthermore, computing the right multiplicities can be challenging in models with more complex fork-join structures.───而且,在一个使用更复杂的fork-join结构的模型中,要计算出正确的增殖次数也并非易事。
A fork-join framework like the one illustrated in Listing 3 can be implemented in many ways.───可以有很多方法实现清单3中演示的fork-join框架。
To this end, Java 7 will include a framework for representing a certain class of finer-grained parallel algorithms: the fork-join framework.───最终,Java7将会包含一种框架,用于表示某种更细粒度并行算法的类:fork-join框架。
As mentioned by Doug Lea, the implementation of Phaser for JSR-166y is being adapted from facilities in the existing fork/join framework implementation.
As a result, such integration provides asynchronous execution support for a process with multiple tokens (e.g. in the case of fork/join or parallel loop execution see above).