Skip to content

Latest commit

 

History

History
91 lines (59 loc) · 3.55 KB

Articles.md

File metadata and controls

91 lines (59 loc) · 3.55 KB
layout title
master
Articles

Articles

Print

Java Tech Journal April 2012 on GPars, parallel collections, asynchronous functions and dataflow concurrency (by Vaclav Pech)

[iX Magazin](http://www.heise-shop.de/heise-zeitschriften-verlag/zeitschriften /ix-developer-01-2012-programmieren-heute-sonderhefte_pid_755_17704675.html) (german) on multi-core programming with overview (by Johannes Link) and Dataflow concurrency (by Dierk Konig) explained with GPars examples.

Groovy in Action, 2nd Edition chapter 17 (available in MEAP) covers the basics of GPars.

Wrote or spoke about GPars

[jaxenter April 2012](http://jaxenter.com/tutorial-gpars-making-parallel- systems-groovy-and-java-friendly-43529.html) on GPars, parallel collections, asynchronous functions and dataflow concurrency (by Vaclav Pech)

JVM Concurrency and Actors with GPars article at Dr.Dobb's

GPars concurrency and background processing in Grails

Dataflow Speculations in GPars

DeveloperWork: Resolve common concurrency problems with GPars by Alex Miller

Writing batch import scripts with Grails, GSQL and GPars

Flowing With the Data -- Vaclav Pech

Playing with GPars (Actors/Dataflow variables)

Concurrency in Groovy on Javalobby

Testing Asynchronous Code with GPars Dataflows by Hamlet D'Arcy

[Grails Podcast episode 97 - Interview with Vaclav Pech, the GPars author](http://www.grailspodcast.com/blog/id/516) - 2009-10-11

JaxEnter short article (german) - 2009-10-09

The Concertant Blog - 2009-10-08 07:15+01:00

Russel Winder's Website - 2009-10-07 09:30+01:00

Java Posse #266

GroovyMag July 2009

The 0.8 release announcement

A Domain-Specific Language to Let Groovy Go Parallel by Gaston Hillar

The 0.7 release announcement

Actor libraries on JVM comparison by Alex Miller

Event-based actors in Groovy (GR8 Conference)

[Event-based actors in Groovy (DZone)](http://groovy.dzone.com/news/event- based-actors-groovy)

Event-based actors in Groovy

[Actors in Groovy](http://www.jroller.com/vaclav/entry/groovy_actors_in_gparal lelizer_concurrency)

GParallelizer announced