fridgebuzz

?Tags for fridgebuzz

What's this?
Tags are super-short descriptions of people
and sites. Tags describe you and your sites
so others can easily find you. Tag people and
sites to describe them to the community and
return to them in the future.

Latest Content

Unknown author
Many of my friends and acquaintances read SF, but there are a lot of sub-genres and I’ve noticed recently that many people either don’t know of “New Space Opera” or have just discovered it and want help finding more. Since I read..
Topics: ,
Unknown author
I’d like to announce the first release of Gruple, a tuplespace implementation for Groovy (and Java, of course.) Release 1.0 is an *in-process* space only, meaning that it can be used to co-ordinate and synchronize threads, but not separate...
Topics: , , ,
Unknown author
Contacting the Author - 120 days ago
I realized late that the only way to contact me is by my now thoroughly expired iName (what was I thinking?!) The About page has been fixed. Sorry for the inconvenience.
Topics:
Unknown author
Actors are a popular way to write concurrent & distributed programs. Immutable messages are passed between actors which do the required processing, avoiding the difficulties inherent in sharing data among threads/processes.Tuplespaces (best...
Topics: , , , ,
Unknown author
Loosely-Coupled Actors - 123 days ago
Recently the growing concern with effective use of multicore processors and the subsequent popularity of the actor model came together with my desire to do a project in Groovy. Adding to the mix, I had an in-JVM tuplespace library in Java I’d never.
Topics: , , , ,