From owner-freebsd-cluster@FreeBSD.ORG Sun Jul 25 11:29:50 2010 Return-Path: Delivered-To: freebsd-cluster@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 260CD1065670 for ; Sun, 25 Jul 2010 11:29:50 +0000 (UTC) (envelope-from janzon@gmail.com) Received: from mail-bw0-f54.google.com (mail-bw0-f54.google.com [209.85.214.54]) by mx1.freebsd.org (Postfix) with ESMTP id D4E558FC0A for ; Sun, 25 Jul 2010 11:29:49 +0000 (UTC) Received: by bwz12 with SMTP id 12so2728406bwz.13 for ; Sun, 25 Jul 2010 04:29:48 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:date:message-id :subject:from:to:content-type; bh=K74v4l0By5M27w+m8/kd6lJFHw06f7lcz3uZknHaBHQ=; b=gyjP6vPHV93xZ5FnqDe2q03Hh9jSaifK+4OjeqykcIwlTBXOAZol9LyEMI+mhywqFH csGSeqCH+pwd6BicyRbPLNfBnp7gPPzJfO+Z1L0+J+YZ0Vqxnmzf8klDwYLXS3R1mcx/ ZkN85uz2nn2WYofHwMXaOxbbaRuDVx7WyHJdQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=DdDRvu4fJ09MbIX2+Vl5o3W1lxOZbVAE8vRJpOxiz/kPvCB08sW4hw2965EdCdxz5j qpVfZ3av8cwhP79aWeLbqBfIV4/5O9bvVEb+UA/rh4wpgmIBNH0HGZ6hHLSkMIXQhghs 55YiuZG8zHrl139xUY4u+lRvYhfgb7qJ2gYBI= MIME-Version: 1.0 Received: by 10.204.45.213 with SMTP id g21mr4616918bkf.11.1280055864032; Sun, 25 Jul 2010 04:04:24 -0700 (PDT) Received: by 10.204.98.133 with HTTP; Sun, 25 Jul 2010 04:04:23 -0700 (PDT) Date: Sun, 25 Jul 2010 13:04:23 +0200 Message-ID: From: Daniel Janzon To: freebsd-cluster@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Subject: Global PID space X-BeenThere: freebsd-cluster@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Clustering FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Jul 2010 11:29:50 -0000 Hi, What are the options to get a global PID space in a FreeBSD cluster? I want to manage all processes from a single master computer. Further, what possibilites are there in general to hide the cluster from the user processes, in order to make it appear as a single computer? All the best, Daniel