Problem on shadow process

2002-06-03 Thread Frédéric MAJOR
Hi, OS : AIX 4.3.3.0 RDBMS : 8.0.6.2.0 We have a Unix daemon write in Pro*C that wake up every X minutes (I think it's about 1) to look at one table on an AS400 via dblinks and transparent gateway from the AIX server. Our problem is that the shadow process constantly increase his consomation

RE: Problem on shadow process

2002-06-03 Thread Stephane Faroult
Hi, OS : AIX 4.3.3.0 RDBMS : 8.0.6.2.0 We have a Unix daemon write in Pro*C that wake up every X minutes (I think it's about 1) to look at one table on an AS400 via dblinks and transparent gateway from the AIX server. Our problem is that the shadow process constantly increase

Re: Problem on shadow process

2002-06-03 Thread Tim Gorman
Frederic, Please ask the PRO*C programmer if they are making any use of the C malloc() library at all in that program, or anything similar. If so, then the most likely problem is that they are not properly freeing memory after grabbing some more. This is a very common mistake when writing