Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:70188 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 31964 invoked from network); 18 Nov 2013 09:39:00 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 18 Nov 2013 09:39:00 -0000 Authentication-Results: pb1.pair.com smtp.mail=tyra3l@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=tyra3l@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.216.51 as permitted sender) X-PHP-List-Original-Sender: tyra3l@gmail.com X-Host-Fingerprint: 209.85.216.51 mail-qa0-f51.google.com Received: from [209.85.216.51] ([209.85.216.51:37392] helo=mail-qa0-f51.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 73/A4-06041-330E9825 for ; Mon, 18 Nov 2013 04:38:59 -0500 Received: by mail-qa0-f51.google.com with SMTP id o15so870889qap.17 for ; Mon, 18 Nov 2013 01:38:56 -0800 (PST) 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=bqEbh04wglQV9VAiUv4OcFrnA08vr46YIg9L9/NkrNY=; b=xazTTL1rN/1BNP4n+PFy7KpG+7FD0FrS3qtrHQtKcoORgx4PAPJPtsABHLCBlKR/kq s7t/yre7rYU9ew2r1pK7RhP6QtGXLJMN5CGbjoG38QTr3moK+Y0kl2BcCrjm1JeOBrV7 H4kJgCOsze7Z3jplyvZeneFhFYoGGIiWCa7YwYM0V3XqxkJGv9g/sLrW7J9LUJTZg/Ph vyOru+p68zFu83rylldvTwavud7ClmMk+QYP4Chu9pGoQl9+/5ft/z29tqDnfXSrPgpJ 3royo6tNHfvmwYtXzs6D2VuLMh+wdTsDehZEmp68hr7KIkNLXugRYuUVKsHj/Nb2QJGO zK5Q== MIME-Version: 1.0 X-Received: by 10.224.40.195 with SMTP id l3mr32192699qae.44.1384767536634; Mon, 18 Nov 2013 01:38:56 -0800 (PST) Received: by 10.140.37.201 with HTTP; Mon, 18 Nov 2013 01:38:56 -0800 (PST) In-Reply-To: References: Date: Mon, 18 Nov 2013 10:38:56 +0100 Message-ID: To: Kevin Ingwersen Cc: Lior Kaplan , PHP internals list Content-Type: multipart/alternative; boundary=001a11c2c2ca1e224304eb7051e2 Subject: Re: [PHP-DEV] Pull requests report (18/11/2013) From: tyra3l@gmail.com (Ferenc Kovacs) --001a11c2c2ca1e224304eb7051e2 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable On Mon, Nov 18, 2013 at 10:30 AM, Kevin Ingwersen wrote: > Hello, I have a question: > > Am 18.11.2013 um 10:08 schrieb Lior Kaplan : > > > #500 Fixed bug #50333 > Improving > > multi-threaded scalability by using emalloc/efree/estrdup > > What exactly does this mean? I only know that you can use pthreads > extension to make PHP become multi-threaded. So what is this part of the > report meaning? > > Kind regards, > Ingwie php supports thread safe builds, which can be used to spawn the workers as threads instead of separate processes, this was the default/preferred way for IIS on windows for some time, but AFAIK nowadays it is fastcgi there too. --=20 Ferenc Kov=C3=A1cs @Tyr43l - http://tyrael.hu --001a11c2c2ca1e224304eb7051e2--