• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Urgent Help Needed.. CORBA Servant Activation

 
Ranch Hand
Posts: 48
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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
 
reply
    Bookmark Topic Watch Topic
  • New Topic