http://groups.google.com/group/comp.programming.threads?hl=en
comp.programming.threads@googlegroups.com
Today's topics:
* Programming With Posix Threads book - 1 messages, 1 author
http://groups.google.com/group/comp.programming.threads/t/05208d3770bd543e?hl=en
* C++Framework - C++ multi-platform memory-model solution, with Java
orientation - 1 messages, 1 author
http://groups.google.com/group/comp.programming.threads/t/344086e52caa9171?hl=en
* Strong thread safety and lock free? - 1 messages, 1 author
http://groups.google.com/group/comp.programming.threads/t/ea65e0404880396f?hl=en
==============================================================================
TOPIC: Programming With Posix Threads book
http://groups.google.com/group/comp.programming.threads/t/05208d3770bd543e?hl=en
==============================================================================
== 1 of 1 ==
Date: Thurs, Jul 23 2009 3:07 pm
From: "Guido Ostkamp"
Francis Moreau <francis.moro@gmail.com> wrote:
> After looking at it, it's actually not very usefull since I have
> access to a very limited content, that is a couple of pages in the
> Introduction section and in section 3.2 named "Mutexes".
As I said, you can "partially" check it out. At least usually the
table of contents is fully included and some sample chapters. I don't
know whether the page range you get relies on a "search" that led to
the initial page or is fixed (I felt I got parts of chapter 2 here,
not chapter 3 like you).
Regarding the book itself:
While I found the contents very useful and I am not aware of any
better book, it turned out to be rather expensive considering the fact
that it has only 400 pages and is delivered as paperback edition (here
in Germany it is sold for ~50-67 Euro, this is about ~70-94 US $).
Regards
Guido
==============================================================================
TOPIC: C++Framework - C++ multi-platform memory-model solution, with Java
orientation
http://groups.google.com/group/comp.programming.threads/t/344086e52caa9171?hl=en
==============================================================================
== 1 of 1 ==
Date: Sat, Jul 25 2009 11:19 am
From: MoranTza
C++ multi-platform memory-model solution, with Java orientation.
You can use all the concurrent concepts laid down by Java-memory-
model.
The idea is smooth transition from Java concurrent programming to C++
concurrent programming.
New Version: 1.4 - High Performance Hazard-Pointer:
Download: http://groups.google.com/group/cpp-framework
We tested this version a lot, so it should much more stable. (I'll be
happy to receive constructive comments, and BUG report)
New features:
1) Added "currentThread" method to Thread.
2) Added "addEndCallback" method to Thread, let you add thread
termination callbacks.
3) Added "nextLong" to Random class.
4) Better thread cleanup
5) Improved Hazard-Pointer performance, and stability. Tested with 128
threads. No memory leaks and competitive performance.
6) More examples how to use the Hazard-Pointers: "LazyList.h",
"LockFreeList.h", "LockFreeQueue.h", and "SimpleLinear.h"
7) Sorry no documentation yet.
8) In next version you can expect Linux-Intel compilation, and
documentation.
Thanks,
Moran Tzafrir.
http://www.cs.tau.ac.il/research/moran.tzafrir/
==============================================================================
TOPIC: Strong thread safety and lock free?
http://groups.google.com/group/comp.programming.threads/t/ea65e0404880396f?hl=en
==============================================================================
== 1 of 1 ==
Date: Sat, Jul 25 2009 12:12 pm
From: Marcel Müller
Hi,
I am seeking for a lock free solution for strongly thread safe reference
counted pointers. Is this possible at all?
The problem is that I have to dereference the pointer and increment the
reference counter atomically. And I have absolutely no idea how to avoid
to write memory that is no longer used by the reference counter.
Any ideas?
Marcel
==============================================================================
You received this message because you are subscribed to the Google Groups "comp.programming.threads"
group.
To post to this group, visit http://groups.google.com/group/comp.programming.threads?hl=en
To unsubscribe from this group, send email to comp.programming.threads+unsubscribe@googlegroups.com
To change the way you get mail from this group, visit:
http://groups.google.com/group/comp.programming.threads/subscribe?hl=en
To report abuse, send email explaining the problem to abuse@googlegroups.com
==============================================================================
Google Groups: http://groups.google.com/?hl=en
No comments:
Post a Comment