Thread: programming with pthreads in linux

  1. #1
    Eager young mind
    Join Date
    Jun 2006
    Posts
    342

    programming with pthreads in linux

    Can I know what are the online resources available on programming with pthreads...

  2. #2

  3. #3
    Eager young mind
    Join Date
    Jun 2006
    Posts
    342
    was just having a look at one of the tutes there., havent gone into coding yet... I read that the API must be purchased from IEEE.. unlike MPI .. I have the pthread library in my machine.. will this do?

  4. #4
    Eager young mind
    Join Date
    Jun 2006
    Posts
    342
    it turns out the pthread lib was good enough for my sample prog...
    And I havent come across NTPL yet, what does that mean? what distinct advantages do i get with GTK ? I am using C

  5. #5
    Registered User
    Join Date
    Jan 2006
    Location
    Europe/Belgrade
    Posts
    78
    Get the book Advanced Linux Programming, chapter for pthreads programming is good start point.
    I used only pthreads, but what I've read, NPTL is another threads library with better performances, at least they say so. It's API should be same as in pthreads, so if you learn one, you will know both of them to use.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Replies: 4
    Last Post: 05-15-2008, 10:58 AM
  2. nice for pthreads? (Linux)
    By mynickmynick in forum C Programming
    Replies: 5
    Last Post: 05-08-2008, 10:43 AM
  3. Difference between win32 and linux pthreads
    By philipsan in forum C Programming
    Replies: 1
    Last Post: 02-07-2006, 04:57 PM
  4. installing linux for the first time
    By Micko in forum Tech Board
    Replies: 9
    Last Post: 12-06-2004, 05:15 AM