I was thinking of giving scala STM a try tomorrow in an scala 2.9 / akka 2.0.3 actor system. I see some notes in 0.7-SNAPSHOT about integration with a BlockingContext in scala 2.10.
The system has around 100,000 actors, but I expect very little contention. Each chunk of state is shared between only three or four actors.
Anything to watch for? Ought I expect different behavior at scale in 2.10?