C & C++: ZThreads....

  • adleyman_gmail_com / 206 / Tues, 05 May 2009 17:11:00 GMT / 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:

    zthreads, c++

  • http://programming.itags.org/c-c++/199407/«« Last Thread - Next Thread »»
    1. 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 | Thurs, 03 Jan 2008 12:44:00 GMT |

    2. 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 | Thurs, 03 Jan 2008 12:45:00 GMT |

    3. 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 | Thurs, 03 Jan 2008 12:46:00 GMT |

  • C & C++ Questions

    • Zthread devpak

      Hi,I urgently need Zthread devpak (for dev-c++).Unfortunately, original links from http://contestsol...

      By thr

    • Zthread devpak

      Hi,I urgently need Zthread devpak (for dev-c++).Unfortunately, original links from http://contestsol...

      By thr

    • Do you need Electronic assemble. www.dztop.com

      Product Name: PCBA/PCB Board/Place of Origin: China/Packing: Vacuum bag and paper box outside/We can...

      By sz21138919_hotmail_com

    • va_args going unused ok?

      Is it legit to not use arguments of a variable argument function? Forexample consider that printf he...

      By michael_b_allen

    • ZThread devpak

      Does anyone have this devpak? Please, I can`t find it anywhere......

      By bbuczowski_gmail, 1 Comments

    • inline or not to inline in C++

      Hi,- Are there any cardinal rules as to when a function should not beinlined?- If a function, say f,...

      By abhi, 2 Comments

    • va_copy

      Is there a standard when to implement va_copy in the pre-99 standard? Isthis allowed by the standard...

      By reh, 5 Comments

    • malloc

      Hi everybody.I took a look to the faq at<http://www.eskimo.com/~scs/C-faq/top.html>but i did n...

      By thibaultvolpert, 1 Comments

    • va_copy

      Is the following code valid:void func(int va_flag, ...){va_list va;va_start(va, va_flag);if (va_flag...

      By laurentdeniau, 2 Comments