Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:47927 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 51600 invoked from network); 14 Apr 2010 02:35:08 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 14 Apr 2010 02:35:08 -0000 Authentication-Results: pb1.pair.com header.from=tly.phpfans@gmail.com; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=noreply@php.net; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain php.net designates 140.211.166.39 as permitted sender) X-PHP-List-Original-Sender: noreply@php.net X-Host-Fingerprint: 140.211.166.39 osu1.php.net Linux 2.4/2.6 Received: from [140.211.166.39] ([140.211.166.39:45358] helo=osu1.php.net) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 11/A4-07606-CD925CB4 for ; Tue, 13 Apr 2010 22:35:08 -0400 Authentication-Results: osu1.php.net smtp.mail=noreply@php.net; spf=neutral; sender-id=neutral Authentication-Results: osu1.php.net header.from=tly.phpfans@gmail.com; sender-id=neutral Received: from [127.0.0.1] ([127.0.0.1:45334] helo=osu1.php.net) by osu1.php.net (envelope-from ) (ecelerity 2.2.2.32 r(25190M)) with ESMTP id 07/7B-12636-C3E25CB4; Tue, 13 Apr 2010 19:53:54 -0700 Received: (from apache@localhost) by osu1.php.net (8.12.11/8.12.11/Submit) id o3E2rk4b024723; Tue, 13 Apr 2010 19:53:46 -0700 Date: Tue, 13 Apr 2010 19:53:46 -0700 To: internals@lists.php.net Message-ID: Subject: SVN Account Request: looyao From: tly.phpfans@gmail.com ("looyao teng") hi, I'm a php programmer, our site use PHP's Imagemagick extension to process images, and this would consume a lot of memory under some circumstances. However, the mainstream PHP's memory management is really weak, so a huge amount of memory would be consumed under high server load. What's worse, this even cause our server to crash frequently. So I rewrote the PHP-FPM , when the memory beyond the limit,child process will exit.