saarin@alien.topB to Emacs@communick.newsEnglish · 1 year agoIs the lack of multithreading support in emacs a dealbreaker for you?message-squaremessage-square45fedilinkarrow-up11arrow-down10file-text
arrow-up11arrow-down1message-squareIs the lack of multithreading support in emacs a dealbreaker for you?saarin@alien.topB to Emacs@communick.newsEnglish · 1 year agomessage-square45fedilinkfile-text
minus-squareterminal_prognosis@alien.topBlinkfedilinkEnglisharrow-up1·1 year agoNetworking activity is a prime example of something where threading is least likely to be a clearly superior solution. Heavy CPU use is where threading may be the superior choice and a single event-loop thread is not. IO waiting is not.
Networking activity is a prime example of something where threading is least likely to be a clearly superior solution. Heavy CPU use is where threading may be the superior choice and a single event-loop thread is not. IO waiting is not.