Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:48723 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 42956 invoked from network); 10 Jun 2010 14:56:07 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 10 Jun 2010 14:56:07 -0000 Authentication-Results: pb1.pair.com header.from=rasmus@lerdorf.com; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=rasmus@lerdorf.com; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain lerdorf.com from 209.85.160.42 cause and error) X-PHP-List-Original-Sender: rasmus@lerdorf.com X-Host-Fingerprint: 209.85.160.42 mail-pw0-f42.google.com Received: from [209.85.160.42] ([209.85.160.42:62628] helo=mail-pw0-f42.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 70/74-17116-60DF01C4 for ; Thu, 10 Jun 2010 10:56:07 -0400 Received: by pwi4 with SMTP id 4so11803pwi.29 for ; Thu, 10 Jun 2010 07:56:04 -0700 (PDT) Received: by 10.141.4.17 with SMTP id g17mr196217rvi.166.1276181763416; Thu, 10 Jun 2010 07:56:03 -0700 (PDT) Received: from Rasmus-Lerdorfs-MacBook-Pro.local (c-98-234-184-167.hsd1.ca.comcast.net [98.234.184.167]) by mx.google.com with ESMTPS id k17sm87816rvh.5.2010.06.10.07.56.01 (version=TLSv1/SSLv3 cipher=RC4-MD5); Thu, 10 Jun 2010 07:56:02 -0700 (PDT) Message-ID: <4C10FD00.1050204@lerdorf.com> Date: Thu, 10 Jun 2010 07:56:00 -0700 User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; en-US; rv:1.9.1.9) Gecko/20100317 Thunderbird/3.0.4 MIME-Version: 1.0 To: internals Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Gearman support for php-fpm? From: rasmus@lerdorf.com (Rasmus Lerdorf) Has anybody thought about adding Gearman support to the fpm sapi? Managing Gearman workers is pretty much identical to managing fastcgi workers, so it doesn't seem like much of a stretch. -Rasmus