タグ

関連タグで絞り込む (1)

タグの絞り込みを解除

threadsに関するtetrylのブックマーク (1)

  • Threads FAQ

    Hey there I am new to the subject of thread. Can someone tell me why is the average time that using pthread_create() to creat a thread is shorter than using fork() to create a process? My thought is that because parent process has to wait for each child process. On the other hand, thr_create.c includes which only needs to wait for the last thread. Am I correct? Hi Benson, Threads are faster than a

  • 1