Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:45259 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 58190 invoked from network); 10 Aug 2009 13:45:21 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 10 Aug 2009 13:45:21 -0000 Received: from [127.0.0.1] ([127.0.0.1:10260]) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ECSTREAM id 30/21-52265-174208A4 for ; Mon, 10 Aug 2009 09:45:21 -0400 Authentication-Results: pb1.pair.com smtp.mail=ptr.wang@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=ptr.wang@gmail.com; sender-id=pass; domainkeys=bad Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.218.226 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: ptr.wang@gmail.com X-Host-Fingerprint: 209.85.218.226 mail-bw0-f226.google.com Received: from [209.85.218.226] ([209.85.218.226:62884] helo=mail-bw0-f226.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 6B/E0-52265-2C1208A4 for ; Mon, 10 Aug 2009 09:33:55 -0400 Received: by bwz26 with SMTP id 26so2584793bwz.23 for ; Mon, 10 Aug 2009 06:33:51 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type; bh=qdywaOwzYJyAGAFMfJPUDIw7KE2Y61glT8HHnRRsWrM=; b=aPCtNLrDTZTi3FT11fwZt4k34N4nzwo0HL+x/k+S1V0vE6YnBtcOXyTgMTo61Y6MB5 MCGufbfqE2Qrw2iWPUc3BsufHJcCRQW/x0Uory5JeKX4N/Y5AYc+q0dKYhMUo2dDZtKd GK4QOTrjg5bdUecGtJAutL+30GHH8KXKkORu8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=hS1h5yHwr1Cx14b6x0w4tYlQ1XGXNaJj1mXXjJhYeEQHvBVkgCRAv/KoQO08iN8GcD mW8GU3KE9cDB9keDA1RrK5prHS5wlOoVV3QOUGjMcT1tR1Z9AdITU2DInliz9u9rC5SQ kINpyrlo/JpBs7l/z3u2jORg/uI8q8sI0xtUk= MIME-Version: 1.0 Received: by 10.204.79.144 with SMTP id p16mr6049747bkk.4.1249911231711; Mon, 10 Aug 2009 06:33:51 -0700 (PDT) Date: Mon, 10 Aug 2009 21:33:51 +0800 Message-ID: <727b43340908100633w5e884ef3o20c43b294efc4bd4@mail.gmail.com> To: internals@lists.php.net Content-Type: multipart/alternative; boundary=001485f87fbaf78e080470c9a221 Subject: Is there any considerations for not putting php scripts in tmpfs? From: ptr.wang@gmail.com (Peter Wang) --001485f87fbaf78e080470c9a221 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Hi internals, sorry if it is a wrong lists for this question. I have read many articles/messages about using tmpfs store temp files, for example, php session data, smarty compied templates and so on. An obvious reason for that is: it doesn't matter about data loss caused by machine restart/poweroff. since it is not that difficult to restore files on a tmpfs from a disk-based dir when machine boot up. so may i put all my php scripts on a tmpfs to speed it up? would that cause other issues? thanks for your advices. --001485f87fbaf78e080470c9a221--