This document discusses migrating a Java-based mashup execution platform (MEP) to Scala to improve performance. It presents the design of the original MEP and describes how actors in Scala provide an event-driven concurrency model that is more efficient than threads. The authors mapped the orchestrator and services to Scala actors and evaluated the new implementation, finding it outperformed the original Java version with faster execution times and fewer threads. Future work may include additional testing and improving the service proxy adaptation.