쓰레드와 프로세스의 차이점1 Threads Compared with Processes (Wikipedia 원문 보기) Threads are distinguished from traditional multitasking operating system processes in that processes are typically independent, carry considerable state information, have separate address spaces, and interact only through system-provided inter-process communication mechanisms. Multiple threads, on the other hand, typically share the state information of a single process, and sh.. 2007. 9. 29. 이전 1 다음