From owner-freebsd-questions@FreeBSD.ORG Thu Nov 9 08:22:49 2006 Return-Path: X-Original-To: freebsd-questions@FreeBSD.org Delivered-To: freebsd-questions@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CC97416A403 for ; Thu, 9 Nov 2006 08:22:49 +0000 (UTC) (envelope-from richard.burakowski@mrburak.net) Received: from mail.mrburak.net (203-217-17-178.perm.iinet.net.au [203.217.17.178]) by mx1.FreeBSD.org (Postfix) with ESMTP id 69F4943D55 for ; Thu, 9 Nov 2006 08:22:49 +0000 (GMT) (envelope-from richard.burakowski@mrburak.net) Received: from [10.20.2.253] (unknown [10.20.2.253]) by mail.mrburak.net (Postfix) with ESMTP id CEF4A3A; Thu, 9 Nov 2006 19:22:47 +1100 (EST) Message-ID: <4552E551.9000208@mrburak.net> Date: Thu, 09 Nov 2006 19:22:41 +1100 From: Richard Burakowski User-Agent: Thunderbird 1.5.0.7 (Windows/20060909) MIME-Version: 1.0 To: nicky References: <4551AC4A.2000108@valuecare.nl> <4551B8D2.3020502@valuecare.nl> In-Reply-To: <4551B8D2.3020502@valuecare.nl> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@FreeBSD.org Subject: Re: Parallel shell scripts. X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 09 Nov 2006 08:22:49 -0000 nicky wrote: > The whole idea is this. I have to extract two different databases to > csv files. One takes about an 1 hour, the other 1.5 hours. The problem > is my time window, which is 2 hours. So extracting one after the other > is not an option. After both extractions are complete, it should load > the csv files into a target database. > sounds just like a Makefile.