Home » Category » C & C++

C & C++: ZThreads....

206| Thu, 03 Jan 2008 12:43:00 GMT| adleyman_gmail_com| 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++/199407/
 
«« Prev - Next »» 3 helpful answers below.
adleyman...gmail.com wrote:
Quote:
Originally Posted by
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

victorbazarov | Thu, 03 Jan 2008 12:44:00 GMT |

Victor Bazarov wrote:
Quote:
Originally Posted by
adleyman...gmail.com wrote:
Quote:
Originally Posted by
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

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_com | Thu, 03 Jan 2008 12:45:00 GMT |

adleyman...gmail.com wrote:
Quote:
Originally Posted by
[..]
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

victorbazarov | Thu, 03 Jan 2008 12:46:00 GMT |

C & C++ Hot Answers

C & C++ New questions

C & C++ Related Categories