Home » Category » C & C++

C & C++: ZThreads....

200| Sun, 18 May 2008 19:29:00 GMT| adleyman_gmail| Comments (3)
Wondering if anyone has experience or war stories about ZThreads.
Thikning of using it, but can't really find much talk about it.

Anyone using ZThreads care to share opinions?

Keywords & Tags: zthreads, c++

URL: http://programming.itags.org/c-c++/199408/
 
«« Prev - Next »» 3 helpful answers below.
adleyman...gmail.com wrote:
> Wondering if anyone has experience or war stories about ZThreads.
> Thikning of using it, but can't really find much talk about it.


Just wondering here... Why are you thinking of using it if you
haven't found much about it? Why not use something else, then?

V
--
Please remove capital 'A's when replying by e-mail
I do not respond to top-posted replies, please don't ask

victor_bazarov | Sun, 18 May 2008 19:30:00 GMT |

Victor Bazarov wrote:
> adleyman...gmail.com wrote:
> Just wondering here... Why are you thinking of using it if you
> haven't found much about it? Why not use something else, then?
> V
> --
> Please remove capital 'A's when replying by e-mail
> I do not respond to top-posted replies, please don't ask


Well,

I saw it in the "Thinking in C++" book by Bruce Eckel and figured
ZThreads seem a lot more intuitive than PThreads with C++. Let me also
state though that I am somewhat amateur and do not know of any options
besides ZThreads or PThreads.

adleyman_gmail | Sun, 18 May 2008 19:31:00 GMT |

adleyman...gmail.com wrote:
> [..]
> I saw it in the "Thinking in C++" book by Bruce Eckel and figured
> ZThreads seem a lot more intuitive than PThreads with C++. Let me also
> state though that I am somewhat amateur and do not know of any options
> besides ZThreads or PThreads.


I've not heard of ZThreads, and pthreads is basically a standard thing
on Un*x-like systems (not everywhere, but on many of them). Ask in
'comp.programming.threads', maybe they heard something...

V
--
Please remove capital 'A's when replying by e-mail
I do not respond to top-posted replies, please don't ask

victor_bazarov | Sun, 18 May 2008 19:32:00 GMT |

C & C++ Hot Answers

C & C++ New questions

C & C++ Related Categories