#27 - Parallel Programming Deep Dive: Task Monitoring, Locking, Pools, Patterns and more!

แชร์
ฝัง
  • เผยแพร่เมื่อ 10 พ.ย. 2024

ความคิดเห็น • 8

  • @marklee8994
    @marklee8994 3 ปีที่แล้ว

    I already getted source code, great, thank you very much , danny wind

  • @DBuilder1977
    @DBuilder1977 4 ปีที่แล้ว

    Thanks so much. Excellent presentation man!

  • @mohameddjediane6610
    @mohameddjediane6610 7 ปีที่แล้ว +1

    I have seen that Parallel For loop consumes 100% of the processor and i executed the same code with TTask.Run and consumes 40% of the processor,
    After seeing that I do not know which one I use The first method consumes 100% but the result is faster than the second consumes 40% of processor but the result comes later than the first .
    Thank you for answering me

  • @mohameddjediane6610
    @mohameddjediane6610 7 ปีที่แล้ว

    Can you give me the source code of the rest client server example ? thanks

  • @wilfriedvisser1524
    @wilfriedvisser1524 6 ปีที่แล้ว

    Thanks for the clear video.
    In my code, the TParallel.For somehow cannot simply start 2 parallel loops. I already asked about this in forums.embarcadero.com/thread.jspa?threadID=258485&tstart=0
    It seems somehow that when calling TParallel.For(0,1,......) for example to run 2 loops, one for index 0 and one for index 1, the two are run sequentially. If adding more loops, it looks like always the first 2 loops are not run in parallel. So with 3 loops taking equal time, we save only the time of one loop.
    Is there a reason for this?
    thanks, Wilfried

  • @mohameddjediane6610
    @mohameddjediane6610 7 ปีที่แล้ว

    thank you very much

  • @saneok67
    @saneok67 6 ปีที่แล้ว

    thank you!!

  • @marklee8994
    @marklee8994 3 ปีที่แล้ว

    Where's source code ? Can you give me all source codes in this video ???? Please!