Hi,
After trying to disable almost all my "own" services declared in the TurbineResource.properties, connection has not been faster at all. I've decided to add some log in Turbine classes that are called during the user login. So, i describe a bit more the "calling schema" : In my LoginUser.java, I call this => context = TurbineVelocity.getContext(data); Then, this getContext() method calls the getService() one (always in TurbineVelocity). Then, it calls getInstance() method of TurbineServices class, and it's here that something looks strange : this getInstance() method is called 1663 times for only one user login into the application ! After this, the LoginUser class redirect the user to the main page of application, and at this moment too (between my two classes !) the getInstance() method is called 7344 times ! Does someone can tell me more about this method ? What kind of objects is it instancing ? Frederic
