Quoting John Hayden <[EMAIL PROTECTED]>: > Hello everyone, > > I have a wierd problem. I'm installing bacula (client only) on a > RedHat 9 system. I have tried this both as a source compile and a > pre-compiled rpm. When I start the client, I get 3 instances of > bacula-fd running. Would appreciate any clues on where to look for what > I am doing wrong. > Maybe nothing. I have 3 instances of bacula-fd running and everything seems fine. Spawning or pre-forking multiple instances is a common technique to gain respnsiveness. Don't know the protocol, but it may even require multiple respondants, e.g. the parent sends and receives control information, the child sends and receives data, and the grandchild sends and receives status information. By segregating the task into three parts, the programming may become much easier.
Jeffrey ------------------------------------------------------- This SF.Net email is sponsored by: NEC IT Guy Games. Get your fingers limbered up and give it your best shot. 4 great events, 4 opportunities to win big! Highest score wins.NEC IT Guy Games. Play to win an NEC 61 plasma display. Visit http://www.necitguy.com/?r=20 _______________________________________________ Bacula-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/bacula-users
