Hi I'm kinda new with CORBA development.. I"m working on a project that i need help with. My client is invoking a certain method on a server object for 100 000 times. There are 1000 object refrences of this server object that have been created. Now the servant manager should make sure tehre are only 10 active servants in memory at any given point in time.. i'm wondering how to do that.. how should i change my servant manager to maintan only 10 servants at a tiem in memory.. and if more it should deactivate them