Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:75043 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 18076 invoked from network); 23 Jun 2014 08:06:00 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 23 Jun 2014 08:06:00 -0000 Authentication-Results: pb1.pair.com header.from=julienpauli@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=julienpauli@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.220.179 as permitted sender) X-PHP-List-Original-Sender: julienpauli@gmail.com X-Host-Fingerprint: 209.85.220.179 mail-vc0-f179.google.com Received: from [209.85.220.179] ([209.85.220.179:42302] helo=mail-vc0-f179.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 06/80-14743-7EFD7A35 for ; Mon, 23 Jun 2014 04:05:59 -0400 Received: by mail-vc0-f179.google.com with SMTP id id10so5577118vcb.38 for ; Mon, 23 Jun 2014 01:05:56 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:cc:content-type; bh=axxkZ+nR6oj+3yB8uSiBSDJa5nwuFFVtz6EZUCpyg7M=; b=HBdkoJ0ucdda+pdk+xem8/poMjRjZZjuJ3uN2KL4U0U8mrOG59jhbVSTAFpjF1ykgx GxAij2leDOJegvBEH35rJVLWyQfZX8JX5VQ5rL7ft+DeJZ4TKcREF7m7Nqd9/iHys6TJ 5rcmhAspBzYPs5WF0906mY4d7yF2EG4I+MORT4fZ0ro5mLqTkfCzo0uBLAUzXqDMagJT gFUBhvNOXsq4gGb3eiH7/ONPgh2EZvwOvtf9DHcp1zAMlYRYC/A6GVUXgG+HSmMNehge 09pi79cOb+R6/WdbvNPVs8aKe739xnKxMOW6kYgzri/msMZ0tiNN2AuM0KOCgu0PbS9I HWKw== X-Received: by 10.52.163.161 with SMTP id yj1mr9299675vdb.35.1403510756760; Mon, 23 Jun 2014 01:05:56 -0700 (PDT) MIME-Version: 1.0 Sender: julienpauli@gmail.com Received: by 10.220.81.68 with HTTP; Mon, 23 Jun 2014 01:05:16 -0700 (PDT) In-Reply-To: References: <20140617110758.GD24253@methuselah> Date: Mon, 23 Jun 2014 10:05:16 +0200 X-Google-Sender-Auth: mDmDi0IhPVjgbTtanGhQi-y3QIU Message-ID: To: Pierre Joye Cc: Chris Wright , Martin Pelikan , PHP Internals Content-Type: text/plain; charset=UTF-8 Subject: Re: [PHP-DEV] Refactoring our IO multiplexing layer From: jpauli@php.net (Julien Pauli) On Tue, Jun 17, 2014 at 2:01 PM, Pierre Joye wrote: > hi, > > On Tue, Jun 17, 2014 at 1:49 PM, Julien Pauli wrote: > >> So, waiting for them to jump into the topic :-) > > Not directly related, but highly recommend read about async, crossplatforms: > > https://speakerdeck.com/trent/pyparallel-how-we-removed-the-gil-and-exploited-all-cores Definetly a must-read. I learnt many things on the subject. Julien