Jonas Bonér 12/19/2007

HotSwap Code using Scala and Actors

Read Original

This technical article demonstrates how to perform runtime code hotswapping in Scala, similar to Erlang's capabilities, by leveraging the Actors concurrency model. It explains actor-based message-passing, defines messages using case classes, and provides a step-by-step guide with code examples for building a server that can be dynamically updated.

HotSwap Code using Scala and Actors

Comments

No comments yet

Be the first to share your thoughts!

Browser Extension

Get instant access to AllDevBlogs from your browser

Top of the Week