InfoQ

InfoQ

Editor Specific Content View

All of Attila Szegedi's Content on InfoQ


Latest featured content by Attila Szegedi

Attila Szegedi on JVM and GC Performance Tuning at Twitter

Topics
Dynamic Languages,
NoSQL,
Open Source,
Compilers,
JRuby,
Asynchronous Architecture,
Clustering & Caching,
Java,
Database Design,
Performance & Scalability

Attila Szegedi talks about performance tuning Java and Scala programs at Twitter: how to approach GC problems, the importance of asynchronous I/O, when to use MySQL/Cassandra/Redis, and much more.

Presentations by Attila Szegedi

Everything I Ever Learned about JVM Performance Tuning @twitter

Topics
Java,
Performance & Scalability

Attila Szegedi discusses performance problems encountered at Twitter running Java and Scala applications, presenting how they solve them through JVM tuning.

Dynalink: Dynamic Linker Framework for Languages on the JVM

Topics
Dynamic Languages,
Java,
Interop

Attila Szegedi discusses a framework which provides object registration and discoverability, overloaded method resolution, etc. for better inter-language communication on JVM using InvokeDynamic.

JavaScript in the Enterprise

Topics
Java,
Javascript

Attila Szegedi discusses the usage of Javascript in the enterprise. Topics covered include the benefits of Javascript, scalability, architectural solutions, continuations, organizational benefits and challenges, hiding functions and fields, JSDoc, differences between Java and Javascript, code quality, modularity, threading, shared objects, precompilation, JS expression language, and web flow.

Interviews by Attila Szegedi

Attila Szegedi Discusses Rhino

Topics
Java,
Javascript

Attila Szegedi discusses the Rhino JavaScript engine. Topics covered include the implementation of Rhino, Rhino's featureset, continuations, usage patterns for embedding Rhino, running JavaScript on the server, scripting capabilities for Rhino, JavaScript versus Ruby, JavaScript on Rails, and future plans for Rhino.