Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:86900 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 17500 invoked from network); 26 Jun 2015 09:32:09 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 26 Jun 2015 09:32:09 -0000 Authentication-Results: pb1.pair.com smtp.mail=ua.san.alex@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=ua.san.alex@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.223.170 as permitted sender) X-PHP-List-Original-Sender: ua.san.alex@gmail.com X-Host-Fingerprint: 209.85.223.170 mail-ie0-f170.google.com Received: from [209.85.223.170] ([209.85.223.170:35397] helo=mail-ie0-f170.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 8E/45-57329-61C1D855 for ; Fri, 26 Jun 2015 05:32:08 -0400 Received: by iebrt9 with SMTP id rt9so71914255ieb.2 for ; Fri, 26 Jun 2015 02:32:03 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=cw2ZTY1d1PX3l+U5/VEhwdBxhbJ3Xksd1GuvAS5SpoI=; b=qsUEPCqWT21HuhT+z6bz7GcIAG7fqcO4kr/fskiR3f3B9qlnxwXPQt7iG20RFRv8Yo Qirei4J1rMRdiBCHLVsMgfBt1lSWC3/AuIlprF7UsuQWPZKTsVqsAFofYfQf8jrpNhNR dZsrpEe/v/N1fNNNCjveQBw95G76mvMNxhIFmNgegtVL+ARlD9l88/z1JoGyQkJiHy5U or+LjftMHmiZt8ULLGStZ8JGJUdhjyHPRcZjcqUxKNHq8QkA/I5Up7A0I+v5Mcx+85QF FrzZUJ8//ioEzQumD0xMhA8UHnSkYNjzmLZfanjaEmAPRKvHMVBqXpvQg6EWQPqE/EBP f+6Q== MIME-Version: 1.0 X-Received: by 10.43.12.136 with SMTP id pi8mr2245838icb.6.1435311123525; Fri, 26 Jun 2015 02:32:03 -0700 (PDT) Received: by 10.50.246.20 with HTTP; Fri, 26 Jun 2015 02:32:03 -0700 (PDT) In-Reply-To: <558CE5A2.2050300@lerdorf.com> References: <558CE5A2.2050300@lerdorf.com> Date: Fri, 26 Jun 2015 12:32:03 +0300 Message-ID: To: Rasmus Lerdorf Cc: internals Content-Type: text/plain; charset=UTF-8 Subject: Re: [PHP-DEV] New PHP SAPI for Nginx From: ua.san.alex@gmail.com ("S.A.N") >Tons of things in PHP or in libraries called by PHP are > blocking Yes, it's not a problem, thread pools for use blocking processes do not block the main process Nginx.