Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:38794 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 96086 invoked from network); 6 Jul 2008 18:56:42 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 6 Jul 2008 18:56:42 -0000 Authentication-Results: pb1.pair.com header.from=lnealan@facebook.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=lnealan@facebook.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain facebook.com designates 204.15.23.140 as permitted sender) X-PHP-List-Original-Sender: lnealan@facebook.com X-Host-Fingerprint: 204.15.23.140 fw-sf2p.facebook.com Received: from [204.15.23.140] ([204.15.23.140:6805] helo=mailout-sf2p.facebook.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 33/0F-03792-76511784 for ; Sun, 06 Jul 2008 14:56:41 -0400 Received: from sf2pmxf02.TheFacebook.com (sf2pmxf02.thefacebook.com [192.168.16.13]) by pp01.sf2p.tfbnw.net (8.14.1/8.14.1) with ESMTP id m66IuYUv032261 for ; Sun, 6 Jul 2008 11:56:34 -0700 Received: from Sf2pmxb04.TheFacebook.com ([192.168.16.99]) by sf2pmxf02.TheFacebook.com with Microsoft SMTPSVC(6.0.3790.3959); Sun, 6 Jul 2008 11:56:33 -0700 Received: from 10.8.254.247 ([10.8.254.247]) by Sf2pmxb04.TheFacebook.com ([192.168.16.99]) via Exchange Front-End Server mail.thefacebook.com ([192.168.16.13]) with Microsoft Exchange Server HTTP-DAV ; Sun, 6 Jul 2008 18:56:33 +0000 User-Agent: Microsoft-Entourage/12.11.0.080522 Date: Sun, 06 Jul 2008 11:56:32 -0700 To: Message-ID: Thread-Topic: [RFC] Zend Signal Handling Thread-Index: AcjfmgFPCUuzJO0et0aTtq/IwQYsCA== Mime-version: 1.0 Content-type: text/plain; charset="windows-1251" Content-transfer-encoding: 7bit X-OriginalArrivalTime: 06 Jul 2008 18:56:34.0272 (UTC) FILETIME=[02AA1E00:01C8DF9A] X-Proofpoint-Virus-Version: vendor=fsecure engine=1.12.7160:2.4.4,1.2.40,4.0.166 definitions=2008-07-04_05:2008-07-04,2008-07-04,2008-07-05 signatures=0 X-Proofpoint-Spam-Details: rule=notspam policy=default score=15 spamscore=15 ipscore=0 phishscore=0 bulkscore=2 adultscore=0 classifier=spam adjust=0 reason=mlx engine=5.0.0-0805090000 definitions=main-0807060057 Subject: [RFC] Zend Signal Handling From: lnealan@facebook.com (Lucas Nealan) Hi Internals, I am proposing the following RFC to improve signal handling in the Zend Engine: http://wiki.php.net/rfc/zendsignals The purpose of zend internal deferred signal handling is to improve the stability of PHP and extensions when running under any forking SAPI. Additionally heavy users of APC or other bytecode caches under Apache 1.x may also see a performance improvement. Please see follow the link above to the complete RFC for details. I look forward to hearing feedback. -lucas