Life of a Twitter JVM engineer: the garbage keeps coming... Tony Printezis

Поделиться
HTML-код
  • Опубликовано: 11 сен 2024
  • Twitter runs a swarm of services executing on several different managed runtimes. The services have migrated from mainly Ruby in the past to mostly Scala today. Targeting the JVM allows developers to quickly write and deploy reliable code. Automated memory management, in particular, improves productivity of teams in a fast paced environment. But with these benefits also come challenges. The way code is executed on the JVM makes trouble-shooting quite tricky, especially in production, as it is often difficult for developers to understand what has gone wrong and how to fix it. To make matters even more challenging, the sheer volume of data that flows through these services and their stringent requirements, stress the JVM in different and novel ways.
    The talk will cover:
    Overview of how services are deployed and monitored at Twitter.
    Benefits of using a custom-built JVM with in-house features.
    Challenges of the use of the JVM in an environment like Twitter.

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

  • @axler8r
    @axler8r 8 лет назад +1

    Thank you for an interesting talk! I'm just wondering though... Have you ever considered Erlang or Elixir? By the sound of it, it may be an excellent fit for your environment.