Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:51282 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 45037 invoked from network); 15 Jan 2011 03:41:59 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 15 Jan 2011 03:41:59 -0000 Authentication-Results: pb1.pair.com smtp.mail=bnagwani@juniper.net; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=bnagwani@juniper.net; sender-id=unknown Received-SPF: error (pb1.pair.com: domain juniper.net from 64.18.2.173 cause and error) X-PHP-List-Original-Sender: bnagwani@juniper.net X-Host-Fingerprint: 64.18.2.173 exprod7og110.obsmtp.com Linux 2.5 (sometimes 2.4) (4) Received: from [64.18.2.173] ([64.18.2.173:39882] helo=exprod7og110.obsmtp.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 2E/20-41573-587113D4 for ; Fri, 14 Jan 2011 22:41:58 -0500 Received: from source ([66.129.224.36]) (using TLSv1) by exprod7ob110.postini.com ([64.18.6.12]) with SMTP ID DSNKTTEXg6EF0oCEvZvlKR09fT1qx1q39+Tu@postini.com; Fri, 14 Jan 2011 19:41:58 PST Received: from EMBX02-HQ.jnpr.net ([fe80::18fe:d666:b43e:f97e]) by P-EMHUB02-HQ.jnpr.net ([fe80::88f9:77fd:dfc:4d51%11]) with mapi; Fri, 14 Jan 2011 19:38:43 -0800 To: "internals@lists.php.net" Date: Fri, 14 Jan 2011 19:38:40 -0800 Thread-Topic: APC caching - preloading files Thread-Index: Acu0ZbNLGF7z5aHVQs+Mx8L3EmFn2w== Message-ID: Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: acceptlanguage: en-US Content-Type: multipart/alternative; boundary="_000_DBDEC20E6E29304D8AE5EAA493609B3557660921C2EMBX02HQjnprn_" MIME-Version: 1.0 Subject: APC caching - preloading files From: bnagwani@juniper.net (Bharat Nagwani) --_000_DBDEC20E6E29304D8AE5EAA493609B3557660921C2EMBX02HQjnprn_ Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Hello Experts, Sorry for posting this in this list but I am not finding any documentation = on this APC php.ini setting apc.preload_path I have tried the following but it doesn't seem to work apc.preload_path =3D "+/core/*" apc.preload_path =3D "/core/*" What I am looking for is files in certain directories (single or multiple p= aths are even better) to be precached when the PHP module is first loaded so the first hit is not a miss. Can this be achieved via APC? I am using php 4.4.2 on BSD. Thanks --_000_DBDEC20E6E29304D8AE5EAA493609B3557660921C2EMBX02HQjnprn_--