Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.java.programmer > #10681 > unrolled thread

two new JDKs

Started byRoedy Green <see_website@mindprod.com.invalid>
First post2011-12-12 13:10 -0800
Last post2011-12-13 00:54 -0800
Articles 9 — 6 participants

Back to article view | Back to comp.lang.java.programmer


Contents

  two new JDKs Roedy Green <see_website@mindprod.com.invalid> - 2011-12-12 13:10 -0800
    Re: two new JDKs Jan Burse <janburse@fastmail.fm> - 2011-12-12 22:12 +0100
      Re: two new JDKs Daniel Pitts <newsgroup.nospam@virtualinfinity.net> - 2011-12-12 13:48 -0800
        Re: two new JDKs Roedy Green <see_website@mindprod.com.invalid> - 2011-12-12 15:22 -0800
    Re: two new JDKs Jan Burse <janburse@fastmail.fm> - 2011-12-13 00:33 +0100
      Re: two new JDKs Arne Vajhøj <arne@vajhoej.dk> - 2011-12-12 19:39 -0500
      Re: two new JDKs Travers Naran <tnaran@gmail.com> - 2011-12-12 22:17 -0800
      Re: two new JDKs markspace <-@.> - 2011-12-13 07:23 -0800
    Re: two new JDKs Roedy Green <see_website@mindprod.com.invalid> - 2011-12-13 00:54 -0800

#10681 — two new JDKs

FromRoedy Green <see_website@mindprod.com.invalid>
Date2011-12-12 13:10 -0800
Subjecttwo new JDKs
Message-ID<vcrce79njn7bckc31lg1s37mfvvj92vp07@4ax.com>
Java JDK 1.6,         1.6.0_30, Java JDK 1.7,         1.7.0_02,  

are now out.
-- 
Roedy Green Canadian Mind Products
http://mindprod.com
For me, the appeal of computer programming is that
even though I am quite a klutz,
I can still produce something, in a sense
perfect, because the computer gives me as many
chances as I please to get it right.
 

[toc] | [next] | [standalone]


#10682

FromJan Burse <janburse@fastmail.fm>
Date2011-12-12 22:12 +0100
Message-ID<jc5qn4$k40$1@news.albasani.net>
In reply to#10681
Roedy Green schrieb:
> Java JDK 1.6,         1.6.0_30, Java JDK 1.7,         1.7.0_02,
>
> are now out.
thanks for sharing

[toc] | [prev] | [next] | [standalone]


#10683

FromDaniel Pitts <newsgroup.nospam@virtualinfinity.net>
Date2011-12-12 13:48 -0800
Message-ID<IEuFq.15049$cG.7888@newsfe14.iad>
In reply to#10682
On 12/12/11 1:12 PM, Jan Burse wrote:
> Roedy Green schrieb:
>> Java JDK 1.6, 1.6.0_30, Java JDK 1.7, 1.7.0_02,
>>
>> are now out.
> thanks for sharing
I agreed. Thanks for sharing!

[toc] | [prev] | [next] | [standalone]


#10684

FromRoedy Green <see_website@mindprod.com.invalid>
Date2011-12-12 15:22 -0800
Message-ID<413de71bt5bbrb9bqi4471t3imjl8pdkja@4ax.com>
In reply to#10683
On Mon, 12 Dec 2011 13:48:24 -0800, Daniel Pitts
<newsgroup.nospam@virtualinfinity.net> wrote, quoted or indirectly
quoted someone who said :

>On 12/12/11 1:12 PM, Jan Burse wrote:
>> Roedy Green schrieb:
>>> Java JDK 1.6, 1.6.0_30, Java JDK 1.7, 1.7.0_02,
>>>
>>> are now out.
>> thanks for sharing
>I agreed. Thanks for sharing!

You might wonder why it is always me who posts new JDK versions.  I
use a utility called Vercheck that checks for new versions of about 80
apps every day.  The results are posted at
http://mindprod.com/jgloss/utilities.html
-- 
Roedy Green Canadian Mind Products
http://mindprod.com
For me, the appeal of computer programming is that
even though I am quite a klutz,
I can still produce something, in a sense
perfect, because the computer gives me as many
chances as I please to get it right.
 

[toc] | [prev] | [next] | [standalone]


#10685

FromJan Burse <janburse@fastmail.fm>
Date2011-12-13 00:33 +0100
Message-ID<jc6315$62v$1@news.albasani.net>
In reply to#10681
Roedy Green schrieb:
> Java JDK 1.6,         1.6.0_30, Java JDK 1.7,         1.7.0_02,
>
> are now out.

Nice feature of JDK 1.7:

http://docs.oracle.com/javase/7/docs/api/java/util/concurrent/ForkJoinPool.html

Reminds me of Intel Thread Building Blocks for C++. Any comparison around?

[toc] | [prev] | [next] | [standalone]


#10686

FromArne Vajhøj <arne@vajhoej.dk>
Date2011-12-12 19:39 -0500
Message-ID<4ee69ec6$0$284$14726298@news.sunsite.dk>
In reply to#10685
On 12/12/2011 6:33 PM, Jan Burse wrote:
> Roedy Green schrieb:
>> Java JDK 1.6, 1.6.0_30, Java JDK 1.7, 1.7.0_02,
>>
>> are now out.
>
> Nice feature of JDK 1.7:
>
> http://docs.oracle.com/javase/7/docs/api/java/util/concurrent/ForkJoinPool.html
>
> Reminds me of Intel Thread Building Blocks for C++. Any comparison around?

It is more like .NET TPL.

But For Join will first achieve its full potential when lambdas
are added in Java 8.

Arne

[toc] | [prev] | [next] | [standalone]


#10690

FromTravers Naran <tnaran@gmail.com>
Date2011-12-12 22:17 -0800
Message-ID<jc6qmo$d39$1@dont-email.me>
In reply to#10685
On 12/12/2011 3:33 PM, Jan Burse wrote:
> Roedy Green schrieb:
>> Java JDK 1.6, 1.6.0_30, Java JDK 1.7, 1.7.0_02,
>>
>> are now out.
>
> Nice feature of JDK 1.7:
>
> http://docs.oracle.com/javase/7/docs/api/java/util/concurrent/ForkJoinPool.html
>
>
> Reminds me of Intel Thread Building Blocks for C++. Any comparison around?


https://groups.google.com/group/comp.lang.java.programmer/msg/1adc937ea3074458?hl=en

[toc] | [prev] | [next] | [standalone]


#10702

Frommarkspace <-@.>
Date2011-12-13 07:23 -0800
Message-ID<jc7qkt$ick$1@dont-email.me>
In reply to#10685
On 12/12/2011 3:33 PM, Jan Burse wrote:
> Roedy Green schrieb:
>> Java JDK 1.6, 1.6.0_30, Java JDK 1.7, 1.7.0_02,
>>
>> are now out.
>
> Nice feature of JDK 1.7:
>
> http://docs.oracle.com/javase/7/docs/api/java/util/concurrent/ForkJoinPool.html
>
>
> Reminds me of Intel Thread Building Blocks for C++. Any comparison around?


Fork-Join is a well known multithreading pattern.  I'm not sure what a 
Thread Building Block is.

<http://en.wikipedia.org/wiki/Fork-join_queue>

That Wikipedia article refers a bit more to the mathematical parts of 
Fork-Join, but the list of references at the end of the article are 
useful for additional concrete information.

[toc] | [prev] | [next] | [standalone]


#10694

FromRoedy Green <see_website@mindprod.com.invalid>
Date2011-12-13 00:54 -0800
Message-ID<al4ee79n3rf600atl81kb4k4olv01sov9o@4ax.com>
In reply to#10681
On Mon, 12 Dec 2011 13:10:30 -0800, Roedy Green
<see_website@mindprod.com.invalid> wrote, quoted or indirectly quoted
someone who said :

>Java JDK 1.6,         1.6.0_30, Java JDK 1.7,         1.7.0_02,  
>
>are now out.

See http://mindprod.com/jgloss/jdk.html and
http://mindprod.com/jgloss/jre.html
for notes on downloading and installing.  It is pretty
straightforward. The notes are mainly for newbies.
-- 
Roedy Green Canadian Mind Products
http://mindprod.com
For me, the appeal of computer programming is that
even though I am quite a klutz,
I can still produce something, in a sense
perfect, because the computer gives me as many
chances as I please to get it right.
 

[toc] | [prev] | [standalone]


Back to top | Article view | comp.lang.java.programmer


csiph-web