Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:115944 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 4542 invoked from network); 4 Sep 2021 10:52:14 -0000 Received: from unknown (HELO php-smtp4.php.net) (45.112.84.5) by pb1.pair.com with SMTP; 4 Sep 2021 10:52:14 -0000 Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id 9670E1804B4 for ; Sat, 4 Sep 2021 04:28:56 -0700 (PDT) X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on php-smtp4.php.net X-Spam-Level: X-Spam-Status: No, score=-1.8 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS, RCVD_IN_DNSWL_NONE,RCVD_IN_MSPIKE_H3,RCVD_IN_MSPIKE_WL,SPF_HELO_NONE, SPF_PASS autolearn=no autolearn_force=no version=3.4.2 X-Spam-ASN: AS15169 209.85.128.0/17 X-Spam-Virus: No X-Envelope-From: Received: from mail-pj1-f44.google.com (mail-pj1-f44.google.com [209.85.216.44]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by php-smtp4.php.net (Postfix) with ESMTPS for ; Sat, 4 Sep 2021 04:28:55 -0700 (PDT) Received: by mail-pj1-f44.google.com with SMTP id j1so1256415pjv.3 for ; Sat, 04 Sep 2021 04:28:55 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=lyda.ie; s=google; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=RVVyJI0XSsUV0Mk8zocwO3PbZV2PDLQqmTTU4RRyJRA=; b=XVAMUfEiGom6Fgps9mJyvaiUWxrFQSHOkHSp+3sXfn1ZKqWeDlgYrRNH/zrgbG9Gye b0cjRP22p8cI5mX17eUbp+Ogz2sC7dAfI/qpTG0fmG5uP2V5EMtzPOt+pV10YFE8rwWw ogt9KawQw7ogIwOid4gTEt7izPjSeMv9icbTff+/skhThgpPMWNvpGLDP5GRMJmj5NDZ 7+COCW9Oyw/cH6IVeVR6OUzx75LLHpQiXZlUzHxurrjpnY4suZ1KCYdc0kwNUVrVfwX3 ltt6FrSh7w7mkqR7e3te9K9SolU8+47yk0aQwLExdwEloaVtmhiHqJ+gNi5NI7p+uBuF DBdg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=RVVyJI0XSsUV0Mk8zocwO3PbZV2PDLQqmTTU4RRyJRA=; b=nGKJ124MdJ+uVzh6Y4S7+jQdd44MoisezWIrCj5b3x14CzGd1HVI0t6sZCUamMF2+u X8IUmHT33FTzPLfrgCKiSpTV6CvOEKBAdlmVCxJycYFd6fDG3uqlAyTXtLtdeAGCRaoV s8aci/AfIcI5yW2riysFYOsUWySnCpsJByonNDcseBft2fHKy1JC+9kcIrBrS9TizVsr VpsZJDR0SXF6RyWPTPz35CxM/z+3gFP6YyKu+DoLgjZoHPla1mrr6XMRa4gZrtbUt+ID XNVPJFlFPndOrh7R3W6aQ7krCtRpj6kmGfi4oFNu5rHms0OBLfOhmOC3zSgi9bwAdo9T ppOg== X-Gm-Message-State: AOAM532EhiTiAIRajwHzx9pv+XM5WczgKa0PeBKkb4Rx+rgeyiAIQJUR 3vh9BPlJ3qswAj+mbz/20QvPKUBSQ0c+e4d56/wluw== X-Google-Smtp-Source: ABdhPJz38WlPubSnRvB1f8weiJsVeoricNPB63UaVPRy9gZGbKtMUyaf+EO9v8/Q+xIhUzjVR3L1zO5caVXJsYwnIYs= X-Received: by 2002:a17:90a:c88:: with SMTP id v8mr3738092pja.197.1630754932878; Sat, 04 Sep 2021 04:28:52 -0700 (PDT) MIME-Version: 1.0 References: <0A048A30-444F-4DB0-A79C-9EA9BD07B1EC@cschneid.com> <569E3A48-E3F5-46FA-BA08-D2493CE4FD33@cschneid.com> <9B6A493C-DBA6-4CF0-9AE2-DAA0A700A7D2@cschneid.com> In-Reply-To: Date: Sat, 4 Sep 2021 12:28:48 +0100 Message-ID: To: Hans Henrik Bergan Cc: PHP internals Content-Type: text/plain; charset="UTF-8" Subject: Re: [PHP-DEV] Adding a way to disable the stat cache From: kevin@lyda.ie (Kevin Lyda) On Fri, Sep 3, 2021 at 10:51 PM Hans Henrik Bergan wrote: > PS i've seen *HORRIBLE* fs performance for php-running-on-windows, > where the same filesystem operations on the same files took like 5 seconds > on linux-running-on-vmware-on-laptop-running-windows-10, versus several > minutes for the same operation on the same laptop on windows 10 directly.. Amusingly Windows FS performance made emigrating easier for me. I've never used or coded on Windows, but one of the job offers I got when I was emigrating back in 1998 was a Word doc. To read it I ran it through strings on Solaris and that's when I discovered Word saves diffs. To read my offer letter I had to reconstruct the previous five offer letters so I had a good view of what compensation was. From talking to Windows people I learned it did diffs due to FS performance. Which seemed like an amusing solution to a problem. Kevin