Devoxx Greece 2024 - Butcher Virtual Threads like a pro! by PIOTR PRZYBYL

Поделиться
HTML-код
  • Опубликовано: 23 ноя 2024

Комментарии • 8

  • @mediahost2243
    @mediahost2243 5 месяцев назад

    Good Talk

  • @lm.moreira
    @lm.moreira 6 месяцев назад

    Is async log appender from log4j useful to mitigate this situation of a virtual thread mounting it after the log IO?

  • @Tony-dp1rl
    @Tony-dp1rl 6 месяцев назад

    Virtual Threads in Java are such a terrible implementation. I wonder why they didn't look at other languages first.

    • @ekadet7882
      @ekadet7882 6 месяцев назад +2

      What is the 'better' implementation in your opinion?

    • @MrKar18
      @MrKar18 5 месяцев назад

      In which way? Any article to elaborate? We can mail java mailer group with your findings.

    • @arpitrathore4914
      @arpitrathore4914 Месяц назад

      The answer is in this talk. The plan was to keep the virtual threads API consistent with regular threads API.
      Also the other languages with better APIs (say async/await) are all single threaded.

    • @ThaRealiestJEDI
      @ThaRealiestJEDI 29 дней назад

      @@arpitrathore4914 I would argue async/await is better design

    • @br9809
      @br9809 27 дней назад

      ​@@arpitrathore4914 not true. Async/await first showed up in the very multithreaded C#.