From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18880 invoked by alias); 11 Jan 2006 16:21:53 -0000 Received: (qmail 18862 invoked by uid 9478); 11 Jan 2006 16:21:52 -0000 Date: Wed, 11 Jan 2006 16:21:00 -0000 Message-ID: <20060111162152.18860.qmail@sourceware.org> From: jbrassow@sourceware.org To: cluster-cvs@sources.redhat.com Subject: cluster/ccs daemon/ccsd.c daemon/cnx_mgr.c mak ... Mailing-List: contact cluster-cvs-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Post: List-Help: , Sender: cluster-cvs-owner@sourceware.org X-SW-Source: 2006-q1/txt/msg00035.txt.bz2 List-Id: CVSROOT: /cvs/cluster Module name: cluster Changes by: jbrassow@sourceware.org 2006-01-11 16:21:52 Modified files: ccs/daemon : ccsd.c cnx_mgr.c ccs/make : defines.mk.input Log message: - commit Lon's patch Contains: - Fix that causes connection desc's to timeout, eliminating the problem where all desc could be used-up, even though they are not in-use. - Increase # of connection desc from 10 -> 30 - Ignore SIGPIPE - Don't call printf from a signal handler - Don't catch SIGSEV, allowing for core dumps - build with -ggdb - applied and compile tested Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/ccs/daemon/ccsd.c.diff?cvsroot=cluster&r1=1.21&r2=1.22 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/ccs/daemon/cnx_mgr.c.diff?cvsroot=cluster&r1=1.35&r2=1.36 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/ccs/make/defines.mk.input.diff?cvsroot=cluster&r1=1.2&r2=1.3