Hi.
I am implementing a clustered architecture with jboss 5 (updated)
As regular practice, everytime I create a stateless session bean I always create a local and a remote interface.
All my slsb are clustered.
Most of the remote interfaces are only used for initial test and validation.
My questions are:
1º Do I have any kind of performance losses using lots (+/-500) of slsb?
2º Does reducing the number of slsb and agregating methods in less slsb increase performance?