How low can you go? Ultra low latency Java in the real world - Daniel Shaya
Video Statistics and Information
Channel: London Java Community
Views: 27,787
Rating: 4.9306359 out of 5
Keywords: #java #meetup #lowlatency
Id: BD9cRbxWQx8
Channel Id: undefined
Length: 55min 31sec (3331 seconds)
Published: Fri Dec 14 2018
Please note that this website is currently a work in progress! Lots of interesting data and statistics to come.
Id be interested in people's feedback on the topics I raised in this presentation.
Particularly if you agree that there is no sense in multi threading low latency applications when you could achieve scalability by striping the jvms instead.
That was a really interesting talk, thank you for posting.
Most microservice discussions assume JSON over HTTP(S) or similar. It was interesting to hear about the use of shared memory for microservice communication in low-latency scenarios.