Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:75336 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 33130 invoked from network); 8 Jul 2014 12:31:09 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 8 Jul 2014 12:31:09 -0000 Authentication-Results: pb1.pair.com smtp.mail=ivan.enderlin@hoa-project.net; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=ivan.enderlin@hoa-project.net; sender-id=unknown Received-SPF: error (pb1.pair.com: domain hoa-project.net from 95.130.10.56 cause and error) X-PHP-List-Original-Sender: ivan.enderlin@hoa-project.net X-Host-Fingerprint: 95.130.10.56 host1.ip6-networks.net Received: from [95.130.10.56] ([95.130.10.56:39744] helo=host1.ip6-networks.net) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 02/00-32969-984EBB35 for ; Tue, 08 Jul 2014 08:31:06 -0400 Received: from host1.ip6-networks.net (localhost [127.0.0.1]) by host1.ip6-networks.net (Postfix) with ESMTP id 79D3C60C20 for ; Tue, 8 Jul 2014 14:31:02 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed; d=hoa-project.net; h= message-id:date:from:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; s=dkim; bh= gcQWP3slE5H744gqh4B7RHdpl23iiQrh3hNt/qBBkSU=; b=o2nYK5zkrms24BZf 6lLgnpiR157T0CTrJshahNnBJtI3adLmnqDTyh1KKFOlyL3MC6z6T8AtOhkV/zzZ PeM2R6p9KvOM5mH9ISbDxKIJjjE9qlaxARlk3zMLr2dd6BBrRkltB1xZrEqH+5ac HbpJO5+7oqJ85vFf/Rk0r7tA3pU= Received: from Hwhost2.local (5-40.0-85.cust.bluewin.ch [85.0.40.5]) by host1.ip6-networks.net (Postfix) with ESMTPSA id 3AFB360AA1 for ; Tue, 8 Jul 2014 14:31:02 +0200 (CEST) Message-ID: <53BBE484.2070807@hoa-project.net> Date: Tue, 08 Jul 2014 14:31:00 +0200 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:31.0) Gecko/20100101 Thunderbird/31.0 MIME-Version: 1.0 To: internals@lists.php.net References: <53BB9F9C.20308@hoa-project.net> In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] Implemented fallocate() syscall in streams From: ivan.enderlin@hoa-project.net ("Ivan Enderlin @ Hoa") On 08/07/2014 11:08, Julien Pauli wrote: > On Tue, Jul 8, 2014 at 9:37 AM, Ivan Enderlin @ Hoa > wrote: >> On 13/06/2014 16:20, Julien Pauli wrote: >>> - One that relies on ftruncate() , and adds a $use_fallocate >>> flag https://github.com/jpauli/php-src/tree/fallocate_flag >>> >>> Please, note that the latest proposal requires patches in different >>> extensions, as I changed a PHP_API function signature. >>> >>> I don't know if Windows can support that. Pierre, Anatol ? :-) >>> >>> Tests are beeing written at the moment. >>> >>> I didn't implement this is user stream handlers, as this really is a >>> low level implementation design that is kind of useless for usage in >>> user streams. >>> >>> Thoughts ? >> If the first one is used, please, consider exposing it on the user-land of >> stream wrappers (exemple: `stream_allocate`) if possible. > I find it very useless as user stream already have the ftruncate > exposed to them. Hum no, this is very useful actually. A stream wrapper can be used to represent a file somewhere else, imagine `ntfs://`, `smb://`, `aws://`, `ftp://`, `afp://` etc. > The difference between ftruncate and fallocate is meaningless in userland. If `fallocate` is proposed in the user-land, then it will be logical to have it in the stream wrapper API. That's it :-). -- Ivan Enderlin Developer of Hoa http://hoa-project.net/ PhD. student at DISC/Femto-ST (Vesontio) and INRIA (Cassis) http://disc.univ-fcomte.fr/ and http://www.inria.fr/ Member of HTML and WebApps Working Group of W3C http://w3.org/