Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
Processes e threads
Search
Cheesecake Labs
December 21, 2017
Technology
0
49
Processes e threads
Cheesecake Labs
December 21, 2017
Tweet
Share
More Decks by Cheesecake Labs
See All by Cheesecake Labs
Cats' wellness & care
cheesecakelabs
0
49
How do we create the first impressions?
cheesecakelabs
0
55
Menstrual cup: suit and freedom
cheesecakelabs
0
66
Life is a cycle, better with a bicycle
cheesecakelabs
0
51
Interview Process: how to get the best of people
cheesecakelabs
1
84
My capsule wardrobe experience
cheesecakelabs
3
60
Stonewall Rebellion and its impact on LGBTQIA+ history
cheesecakelabs
1
40
Pregnancy, childbirth and breastfeeding: What do I have to do with it?
cheesecakelabs
0
48
MBTI - Psychological types described by Jung
cheesecakelabs
0
130
Other Decks in Technology
See All in Technology
Zephyr(RTOS)にEdge AIを組み込んでみた話
iotengineer22
1
300
プレイドのユニークな技術とインターンのリアル
plaidtech
PRO
1
250
Data Hubグループ 紹介資料
sansan33
PRO
0
2.2k
AIエージェントによる業務効率化への飽くなき挑戦-AWS上の実開発事例から学んだ効果、現実そしてギャップ-
nasuvitz
0
140
OpenTelemetry が拡げる Gemini CLI の可観測性
phaya72
2
2.1k
Introduction to Bill One Development Engineer
sansan33
PRO
0
300
名刺メーカーDevグループ 紹介資料
sansan33
PRO
0
940
Kubernetes self-healing of your workload
hwchiu
0
430
Sansan Engineering Unit 紹介資料
sansan33
PRO
1
3k
CREが作る自己解決サイクルSlackワークフローに組み込んだAIによる社内ヘルプデスク改革 #cre_meetup
bengo4com
0
310
Oracle Base Database Service 技術詳細
oracle4engineer
PRO
12
81k
AWS DMS で SQL Server を移行してみた/aws-dms-sql-server-migration
emiki
0
120
Featured
See All Featured
Thoughts on Productivity
jonyablonski
70
4.9k
Become a Pro
speakerdeck
PRO
29
5.6k
Helping Users Find Their Own Way: Creating Modern Search Experiences
danielanewman
30
2.9k
Typedesign – Prime Four
hannesfritz
42
2.8k
How STYLIGHT went responsive
nonsquared
100
5.8k
ReactJS: Keep Simple. Everything can be a component!
pedronauck
667
130k
Facilitating Awesome Meetings
lara
57
6.6k
The Invisible Side of Design
smashingmag
302
51k
A better future with KSS
kneath
239
18k
Visualizing Your Data: Incorporating Mongo into Loggly Infrastructure
mongodb
48
9.7k
Making the Leap to Tech Lead
cromwellryan
135
9.6k
[RailsConf 2023] Rails as a piece of cake
palkan
57
5.9k
Transcript
Processes and Threads Nixólas
Agenda • Units of processing • Processes • Threads •
Code (?)
Units of processing • Processes and Threads • Series of
instructions • Operating System or Program
What are those processes that you say?
Processes • Instance of a program • Program Code •
Heavy • Has its own memory space • Communication using the IPC (Pipes) • 1 or more threads • Duplicates the state of their parent • Controlled by the OS
What about threads?
Threads • Subset of a process • Small pieces of
code • Light • Shared memory space • Direct communication with other threads • Can only have 1 process • Easily created • Controlled by the programmer
None
Thank you!