Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:44075 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 12318 invoked from network); 27 May 2009 03:12:37 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 27 May 2009 03:12:37 -0000 Authentication-Results: pb1.pair.com header.from=marcot@tabini.ca; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=marcot@tabini.ca; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain tabini.ca from 68.142.224.75 cause and error) X-PHP-List-Original-Sender: marcot@tabini.ca X-Host-Fingerprint: 68.142.224.75 smtp120.rog.mail.re2.yahoo.com FreeBSD 4.7-5.2 (or MacOS X 10.2-10.3) (2) Received: from [68.142.224.75] ([68.142.224.75:43309] helo=smtp120.rog.mail.re2.yahoo.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id AE/11-06613-5AFAC1A4 for ; Tue, 26 May 2009 23:12:37 -0400 Received: (qmail 96378 invoked from network); 27 May 2009 03:12:34 -0000 Received: from unknown (HELO ?10.0.1.7?) (marcot@99.235.146.102 with plain) by smtp120.rog.mail.re2.yahoo.com with SMTP; 27 May 2009 03:12:34 -0000 X-YMail-OSG: KJyMv0YVM1l89Ix4L04FkkMcUrmNWZanJU5vIpIhlHpIVBpA6CwCWuVSZcaejwX.LQ-- X-Yahoo-Newman-Property: ymail-3 Cc: internals@lists.php.net Message-ID: <6B375A6E-1E5F-4A4C-BF75-8D858DFC7288@tabini.ca> To: tRace DOliveira In-Reply-To: <845274.50868.qm@web110408.mail.gq1.yahoo.com> Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v935.3) Date: Tue, 26 May 2009 23:12:34 -0400 References: <845274.50868.qm@web110408.mail.gq1.yahoo.com> X-Mailer: Apple Mail (2.935.3) Subject: Re: [PHP-DEV] PHP scalability problem From: marcot@tabini.ca (Marco Tabini) On 26-May-09, at 11:10 PM, tRace DOliveira wrote: > What I am trying to achieve is to have the server do less > processing. Like I said PHP is a server side scripting language and > each time a request is made a process is spawned and processes are > heavy weight as compared to a thread which is a light weight > process. So I want to take away much processing away from the server > and have the client do it instead. Because if many requests are made > the server will eventually go down because it will over the server.I > am not trying to get away from PHP but I am trying to solve the > problem of scalability Unfortunately, the only thing you have achieved is writing on the wrong mailing list :-) Try php-general, where this kind of query is addressed by a larger group of people. Cheers!