+ 6
How important is multi-threading in OOP and in what situations (include examples if you can) is it very beneficial to use it?
5 Respostas
+ 2
e. g. look at connections and sockets
+ 1
learn about GC anyway
+ 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.
+ 1
Will check it out
0
@Michal, Garbage Collection?