How important is multi-threading in OOP and in what situations (include examples if you can) is it very beneficial to use it? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 6

How important is multi-threading in OOP and in what situations (include examples if you can) is it very beneficial to use it?

13th Jun 2017, 9:08 AM
Garikai
Garikai - avatar
5 Answers
+ 2
e. g. look at connections and sockets
13th Jun 2017, 11:06 AM
Carl Fies
Carl Fies - avatar
+ 1
learn about GC anyway
6th Aug 2017, 8:22 PM
Michał Bujakowski
Michał Bujakowski - avatar
+ 1
@Garicari correct, Garbage Collector's theory should be helpfull to manage performance. Learning abot it i've met a lot of advices - there's theoretic fundamental how to move between paralell and serial treatment for an objects. IMO GC specification is like a template for a well performed programs.
8th Aug 2017, 10:04 AM
Michał Bujakowski
Michał Bujakowski - avatar
+ 1
Will check it out
8th Aug 2017, 10:18 AM
Garikai
Garikai - avatar
0
@Michal, Garbage Collection?
6th Aug 2017, 9:07 PM
Garikai
Garikai - avatar