Размер видео: 1280 X 720853 X 480640 X 360
Показать панель управления
Автовоспроизведение
Автоповтор
Good Talk
Is async log appender from log4j useful to mitigate this situation of a virtual thread mounting it after the log IO?
Virtual Threads in Java are such a terrible implementation. I wonder why they didn't look at other languages first.
What is the 'better' implementation in your opinion?
In which way? Any article to elaborate? We can mail java mailer group with your findings.
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.
@@arpitrathore4914 I would argue async/await is better design
@@arpitrathore4914 not true. Async/await first showed up in the very multithreaded C#.
Good Talk
Is async log appender from log4j useful to mitigate this situation of a virtual thread mounting it after the log IO?
Virtual Threads in Java are such a terrible implementation. I wonder why they didn't look at other languages first.
What is the 'better' implementation in your opinion?
In which way? Any article to elaborate? We can mail java mailer group with your findings.
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.
@@arpitrathore4914 I would argue async/await is better design
@@arpitrathore4914 not true. Async/await first showed up in the very multithreaded C#.