Re: [fpc-pascal] [SYSTEM] Linux processes when execute external program by a thread

2006-11-22 Thread Michael Van Canneyt
On Tue, 21 Nov 2006, Marco van de Voort wrote: > > > this external program kill itself by calling halt() function at the end > > of the code. > > My problem is that each execution of this program will add in > > the Linux system : > > > > Please how to clean theses "defunct" on the syste

Re: [fpc-pascal] [SYSTEM] Linux processes when execute external program by a thread

2006-11-22 Thread Michael Van Canneyt
On Tue, 21 Nov 2006, TOUZEAU DAVID wrote: > Dear > > my application run has a daemon > When the daemon load, it create a Timer function as a class(TThread). > This Timer thread has a loop and create an another Thread (called "SendStatus" > each 5 minutes) > > function that load thread : >