alphacyberranger to Programmer [email protected]English • 1 year agomanyThreadsAreBetterThanOnesh.itjust.worksimagemessage-square42fedilinkarrow-up1729
arrow-up1729imagemanyThreadsAreBetterThanOnesh.itjust.worksalphacyberranger to Programmer [email protected]English • 1 year agomessage-square42fedilink
minus-square@[email protected]linkfedilink7•1 year agoI’m actually an expert in multiprocessing, which is just as good
minus-squarealphacyberrangerOPlinkfedilinkEnglish5•1 year agoJust out of curiosity, can locks be used in multiprocessing?
minus-square@[email protected]linkfedilink4•edit-21 year agoYes for example Python implements them using semaphores.
I’m actually an expert in multiprocessing, which is just as good
Just out of curiosity, can locks be used in multiprocessing?
Yes for example Python implements them using semaphores.
Oh neat. Thanks