Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
こんにちは、私はスレッドについて読み始め、スレッドがソフトウェアを使用し、プロセスがハードウェアを使用してデータ構造を保護していることを知りました...しかし、誰かこの事実をもっと詳しく説明できますか??
Linux では、スレッドとプロセスの両方が同じであり、仮想メモリの共有の違いのみです。スレッドはプロセスのアドレス空間で実行されます。スレッドには、関連付けられた task_struct もあります。