CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 5 of 5
  1. #1
    Join Date
    Apr 2006
    Posts
    27

    Talking Hello , everyone ,who can provide me a classic mutilthreading program

    I have to do my sniff program using mutithreading,
    because one thread is getting the data bag,
    another is writing into the disk.
    I haven't used mutilthread, can sb. give me a short ,easy and classic
    mutithreading program .
    PS. I hope the program are not used by MFC .
    Thank you , everybody!!!
    Jeff Fan
    No change is the worst!!!
    The principal of mine
    msn:[email protected]
    If you like coding , add me.

  2. #2
    Join Date
    Apr 2006
    Posts
    27

    Wink Re: Hello , everyone ,who can provide me a classic mutilthreading program

    I just now found an article , and feel very good to me
    the link is http://www.codeproject.com/threads/S...hreadNoMfc.asp
    and can you guy give me other examples?
    the easier the better!!!
    Jeff Fan
    No change is the worst!!!
    The principal of mine
    msn:[email protected]
    If you like coding , add me.

  3. #3
    Join Date
    Jan 2005
    Posts
    73

    Arrow Re: Hello , everyone ,who can provide me a classic mutilthreading program

    Quote Originally Posted by [email protected]
    I have to do my sniff program using mutithreading,
    because one thread is getting the data bag,
    another is writing into the disk.
    I haven't used mutilthread, can sb. give me a short ,easy and classic
    mutithreading program .
    PS. I hope the program are not used by MFC .
    Thank you , everybody!!!

    哈哈。你还是先学学英语的好。

  4. #4
    Join Date
    Apr 2006
    Posts
    27

    Angry Re: Hello , everyone ,who can provide me a classic mutilthreading program

    Quote Originally Posted by Entrant_phil
    哈哈。你还是先学学英语的好。
    你是谁啊?竟然鄙视我,气死我了,你觉得哪里有问题?我提的英语。
    Jeff Fan
    No change is the worst!!!
    The principal of mine
    msn:[email protected]
    If you like coding , add me.

  5. #5
    Arjay's Avatar
    Arjay is offline Moderator / EX MS MVP Power Poster
    Join Date
    Aug 2004
    Posts
    13,490

    Re: Hello , everyone ,who can provide me a classic mutilthreading program

    fyr, see the links in my signature for a couple of cg articles. These articles talk about synchronization, the differences between sync primitives such as critical sections and mutexes and offer a couple of lightweight classes that help with synchronization. The articles have several sample applications most of which are not MFC. It should be noted that when MFC is used in the samples, it is only used to quickly develop the samples that use a UI; as the threading and the classes related to threading are orthogonal to MFC (just for u, Sid).

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured