Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想在一个 Akka Actor 系统中运行几个简单的 REST 应用程序,以节省内存并以一种简单的方式扩展它们。我可以防止它们互相攻击并确保它们都不会使整个系统崩溃吗?我可以防止系统在我的任何应用程序逻辑中阻塞线程和无限的内存消耗吗?
你所要求的在 JVM 上是不可能的。