I already know that most implementations use a single thread, but is there anything in the specification that implies a single thread? I remember reading about distributed application servers that use the JVM cluster. Do such implementations exist? Or are such implementations possible? What do the specifications mean for such distributed implementations, and will such an implementation guarantee a single thread?
source
share