I have an existing java/scala application using a global thread pool. I would like to start using actors in the project but would like everything in the app using the same
For Scala 2.8.1 it's:
scala -Dactors.corePoolSize=20