Thread: Multithread Mainia

  1. #1

    Multithread Mainia

    I have been looking for a good tutorial on multithreading. I haven't found one. And, searching these forum's with anything that remotely sggest's "threads" returns billions of off-topic (forum) threads. Could anyone suggest a tutorial for me? GOOGLE hasn't done a very good job either. If it matters, the thread will be handling sockets.

    ~Inquirer
    Last edited by Inquirer; 10-20-2002 at 10:12 PM.
    Compilers:
    GCC on Red Hat 8.1 (Primary)
    GCC on Mac OS X 10.2.4 (Secondary)

    Others:
    MinGW on XP

  2. #2

    *BUMP*

    Doesn't anyone know where they learned sockets? A book would do just fine also...
    Compilers:
    GCC on Red Hat 8.1 (Primary)
    GCC on Mac OS X 10.2.4 (Secondary)

    Others:
    MinGW on XP

  3. #3
    Banal internet user
    Join Date
    Aug 2002
    Posts
    1,380
    *hissssssssssssssssssssss*

    NO BUMPING!

  4. #4
    Banned master5001's Avatar
    Join Date
    Aug 2001
    Location
    Visalia, CA, USA
    Posts
    3,685
    Inquirer is a good name for such a curious individual. I am a fan of http://www.vijaymukhi.com/vmis/vmchap4.htm
    for sockets (I assume windows). As for multi-threading I learned how to use them by reading the documents on the win32 api. Sorry if that isn't much help, but the docs are quite clear on how to use them. If that isn't helpful enough try looking up "CreateThread" and/or "CreateProcess" on google. Those are two examples of api functions that are used for multi-threading.

  5. #5

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. String problem mainia!
    By zattara13 in forum C Programming
    Replies: 1
    Last Post: 03-30-2008, 01:45 PM
  2. multithread in 98
    By joecaveman in forum Windows Programming
    Replies: 3
    Last Post: 03-13-2005, 10:41 AM
  3. Multithread security problem
    By naruto in forum Windows Programming
    Replies: 2
    Last Post: 12-09-2004, 09:45 PM
  4. multithread programming in C
    By coo_pal in forum C Programming
    Replies: 3
    Last Post: 05-12-2003, 06:56 AM
  5. Major Multithread Problem :: MFC
    By kuphryn in forum Windows Programming
    Replies: 1
    Last Post: 05-07-2002, 09:58 PM