Re: Cluster cdbd service process
Oliver Jehle <[email protected]>
| Newsgroups | gmane.linux.failsafe |
|---|---|
| Message-ID | <1019624726.932.4.camel@vorab> |
When you sum all failsafe processes using the cdbd (database handler), then you will see that the amount of cdbd processes is related to. start a manangement client, the amount will increase... every process using the cluster database uses rpc and then cdbd handles the connnection in a thread. in linux, threads are implemented as processes . so you will have a lot of cdbd processes.. On Wed, 2002-04-17 at 14:34, Christoph Biardzki wrote: > > Hi, > > some time ago I noticed that the number of cdbd processes in my cluster > is quite high (around 30) - the cluster works fine: but - is this normal? > > Cheers, > > Christoph > > > bash-2.05# pstree > init-+-atd > |-bdflush > |-cdbd---cdbd---32*[cdbd] <== ************ > |-cmond-+-cad---cad---9*[cad] > | |-crsd---crsd---crsd > | |-ha_cmsd---ha_cmsd---ha_cmsd > | |-ha_fsd > | |-ha_gcd > | |-ha_ifd > | `-ha_srmd---ha_srmd---2*[ha_srmd] > |-cron > > > _______________________________________________ > LinuxFailSafe mailing list > [email protected] > http://lists.community.tummy.com/mailman/listinfo/linuxfailsafe