Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:39439 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 40619 invoked from network); 29 Jul 2008 16:34:41 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 29 Jul 2008 16:34:41 -0000 Authentication-Results: pb1.pair.com smtp.mail=arnaud.lb@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=arnaud.lb@gmail.com; sender-id=pass; domainkeys=bad Received-SPF: pass (pb1.pair.com: domain gmail.com designates 74.125.46.31 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: arnaud.lb@gmail.com X-Host-Fingerprint: 74.125.46.31 yw-out-2324.google.com Received: from [74.125.46.31] ([74.125.46.31:50990] helo=yw-out-2324.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 0A/00-39544-C564F884 for ; Tue, 29 Jul 2008 12:33:33 -0400 Received: by yw-out-2324.google.com with SMTP id 5so1471560ywb.83 for ; Tue, 29 Jul 2008 09:33:30 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:from:to:subject:date :user-agent:cc:references:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:message-id; bh=uZccULk2tH7s28qECBOG5dEjXXtyIZxzOqaPdj1vwI0=; b=b4JN1HTBKdMuRkC/H6qiiZL6dg+EvpeLW3Twkz51UjiOkNGvQ77KZ55O54Mw0trmqN wdjEdENoLBUojiGfEElFRtdPwxbAuPvY2lKP4GKzmyEW3SSpDOuG3+346J88gA309mq/ XehEUZDyNSdZKFNYYSL+/zLDSCQjzgnYoQz98= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:subject:date:user-agent:cc:references:in-reply-to :mime-version:content-type:content-transfer-encoding :content-disposition:message-id; b=FMi99OY5wAK0Xcxxe+E7ZlIvF4d40/yuSXtr23t5Z7LqGTpECVDtX8BlI6AyhpqPti XaSyI/o21TvgtlDt8o+qxCNqDdd6iLCMCLfBudtmaY9NCrpW0WMqVQ3XCXemGhbivqNj mQK0Eeqhy32hkzmgE71d+tb7Ot9hbnkhf173A= Received: by 10.114.26.18 with SMTP id 18mr6867749waz.162.1217349210048; Tue, 29 Jul 2008 09:33:30 -0700 (PDT) Received: from 207-177-41-213.getmyip.com ( [213.41.177.207]) by mx.google.com with ESMTPS id j5sm19990948rne.13.2008.07.29.09.33.28 (version=SSLv3 cipher=RC4-MD5); Tue, 29 Jul 2008 09:33:29 -0700 (PDT) To: Antony Dovgal Date: Tue, 29 Jul 2008 18:31:56 +0200 User-Agent: KMail/1.9.9 Cc: internals@lists.php.net References: <200807271551.30949.arnaud.lb@gmail.com> <200807291628.22889.arnaud.lb@gmail.com> <488F2BC3.7060906@daylessday.org> In-Reply-To: <488F2BC3.7060906@daylessday.org> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-ID: <200807291831.56687.arnaud.lb@gmail.com> Subject: Re: [PHP-DEV] Replacement to ticks for signals From: arnaud.lb@gmail.com ("Arnaud Le Blanc") On Tuesday 29 July 2008 16:40:03 Antony Dovgal wrote: > On 29.07.2008 18:28, Arnaud Le Blanc wrote: > >> I added pcntl_sigwaitinfo(), pcntl_sigtimedwait() and pcntl_sigprocmask() to > >> my patch: > >> > >> http://arnaud.lb.s3.amazonaws.com/pcntl.patch > >> > >> pcntl_sigwaitinfo() allows to block until the specified signals have been > >> delivered. > >> pcntl_sigtimedwait() does the same thing, but with a timeout. > >> pcntl_sigprocmask() allows to block a set of signals so that they will not > > be > >> delivered between two calls of the above functions. > > > > Lukas, Johannes, can I ? (As this is to give an alternative to a deprecated > > feature). > > Could you separate the ticks/dispatch patch from the new functions, please? > I just think they are two separate things and therefore should committed in two steps. > Other than that, I don't have any objections. > > -- > Wbr, > Antony Dovgal > Yes, no problem, I will commit them separately :)