有个问题关于Session Bean的。
在我看J2EE Tutorial 时候,我看到其中写到“Session Bean很象一个交互的进程,只能有一个客户端”,但是在下面的Stateless Session Bean 中我有看到如下一段:Because stateless session beans can support multiple clients, they can offer better scalability for applications that require large numbers of clients.
那么其中的multiple clients 如何理解?