Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:44074 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 11173 invoked from network); 27 May 2009 03:10:59 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 27 May 2009 03:10:59 -0000 Authentication-Results: pb1.pair.com header.from=married_74@yahoo.com; sender-id=unknown; domainkeys=good Authentication-Results: pb1.pair.com smtp.mail=married_74@yahoo.com; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain yahoo.com from 67.195.8.232 cause and error) DomainKey-Status: good X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: married_74@yahoo.com X-Host-Fingerprint: 67.195.8.232 web110408.mail.gq1.yahoo.com Received: from [67.195.8.232] ([67.195.8.232:34215] helo=web110408.mail.gq1.yahoo.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 49/D0-06613-24FAC1A4 for ; Tue, 26 May 2009 23:10:58 -0400 Received: (qmail 52204 invoked by uid 60001); 27 May 2009 03:10:55 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.com; s=s1024; t=1243393855; bh=ZbL0V6eKyneAQOUEBbG1Uv7i7iVqzA8PU9DBIGt1qpc=; h=Message-ID:X-YMail-OSG:Received:X-Mailer:Date:From:Subject:To:MIME-Version:Content-Type; b=sffKlmnNT45Q8BwWwERf4fLkFqH/24lsk9rc8gjISD+IusGO8klYWk5ctn6ICV+JAaIQ9oU0QN8lXHaOL3LUljPcZzzS5N25S6ul8dPM7jXY2gdxMPY9G/DF1Z/7DAGjRoWGB0T1o11pepP7F81PObylzTIdUWWkQ9cxf24yIJg= DomainKey-Signature:a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Message-ID:X-YMail-OSG:Received:X-Mailer:Date:From:Subject:To:MIME-Version:Content-Type; b=QwHi5xmoBaw+KWJurPETMRk7OwJiB0pwoqRi0wDWyMvIK4F2A50vm3dnrEM9H3B3iAiC4fT8Pzcs6Z8RtH6/xe9V9zCNGhkR2d5YysKHnU+oOYRtrJwZdGe8ciJWzwWcvHHEwCysEkcyhKSgkarzWOzFJCvExIlQljNmFM52Yww=; Message-ID: <845274.50868.qm@web110408.mail.gq1.yahoo.com> X-YMail-OSG: D5iDUEkVM1lJZaydBo8O5whgTODDC_PRzrSw0BwQLoIrKPn7ZrTe3tc05k_OJaKSpiVW19Ikbs54HaS74Xikure9wkBsqAfZ22hNmF7pkiH7hb1oImmPgdB22w.JWjZyNDh550cqGCNepYUeBOSUr7.M2x_XbIvOMue3IhPqasimJHEi8BbwySt2LG0Ske0p3qwWvfoui63d6HTbXGx_8_Ku60bl1ngU5XAPG8U94z3A61VJhDXbsMDHPuKqWOk_2Fm8CAof4Eqe_4w- Received: from [190.80.16.7] by web110408.mail.gq1.yahoo.com via HTTP; Tue, 26 May 2009 20:10:55 PDT X-Mailer: YahooMailClassic/5.3.9 YahooMailWebService/0.7.289.10 Date: Tue, 26 May 2009 20:10:55 -0700 (PDT) To: internals@lists.php.net MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="0-1432386218-1243393855=:50868" Subject: PHP scalability problem From: married_74@yahoo.com (tRace DOliveira) --0-1432386218-1243393855=:50868 Content-Type: text/plain; charset=us-ascii 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 Thank you, Leonard D'Oliveira --0-1432386218-1243393855=:50868--