I have two processes (corba servers) communicating with each other. server A keeps on calling calling methods on server B. Now server B process size is increaing rapidly. After a while server B crashes. There are no memory leaks. Looks like server B is not able to handle that many calls. What are the limiting factors for a process size.Does the OS kills a process when it reaches a certain size?.Any suggestions on how to stop the OS from killing the process.
Thanks
nandu
Thanks
nandu