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 dae

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