From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3165 invoked by alias); 7 Feb 2012 22:12:12 -0000 Received: (qmail 3137 invoked by uid 9896); 7 Feb 2012 22:12:12 -0000 Date: Tue, 07 Feb 2012 22:12:00 -0000 Message-ID: <20120207221212.3126.qmail@sourceware.org> From: cmeek@sourceware.org To: systemtap-cvs@sourceware.org Subject: [SCM] systemtap: system-wide probe/trace tool branch, master, updated. release-1.7-16-ge57c26e X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 35c68acb367036ea781e3a9a57680a58cb10aab0 X-Git-Newrev: e57c26ea5cba8663a56531f7605a0ced6c9eb24c Mailing-List: contact systemtap-cvs-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: systemtap-cvs-owner@sourceware.org List-Archive: Reply-To: systemtap@sourceware.org X-SW-Source: 2012-q1/txt/msg00067.txt.bz2 This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "systemtap: system-wide probe/trace tool". The branch, master has been updated via e57c26ea5cba8663a56531f7605a0ced6c9eb24c (commit) via 49398925a223b519ae92a191d528c41f4fc34bda (commit) from 35c68acb367036ea781e3a9a57680a58cb10aab0 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit e57c26ea5cba8663a56531f7605a0ced6c9eb24c Author: Chris Meek Date: Tue Feb 7 17:09:15 2012 -0500 PR13609 Cont'd: Added NEWS and man page entries commit 49398925a223b519ae92a191d528c41f4fc34bda Author: Chris Meek Date: Tue Feb 7 16:23:08 2012 -0500 PR13609: Parallel Server Connections Used pthreads to parallelize the server. A new thread is created to handle each incomming connection. The maximum number of threads created is limited by the new --max-threads=N option. If a value of 0 is passed, no new threads are created and each connection is handled in the main thread, in serial. The default value is equal to the number of processors on the host. ----------------------------------------------------------------------- Summary of changes: NEWS | 6 ++ cscommon.h | 8 +++ stap-server | 90 ++++++++++++++++++++++----------- stap-server.8 | 14 +++++ stap-serverd.cxx | 149 +++++++++++++++++++++++++++++++++++++++++++----------- 5 files changed, 208 insertions(+), 59 deletions(-) hooks/post-receive -- systemtap: system-wide probe/trace tool