Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:63960 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 89629 invoked from network); 17 Nov 2012 19:21:54 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 17 Nov 2012 19:21:54 -0000 Authentication-Results: pb1.pair.com smtp.mail=morrison.levi@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=morrison.levi@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.217.170 as permitted sender) X-PHP-List-Original-Sender: morrison.levi@gmail.com X-Host-Fingerprint: 209.85.217.170 mail-lb0-f170.google.com Received: from [209.85.217.170] ([209.85.217.170:49941] helo=mail-lb0-f170.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 8D/2C-08060-2D3E7A05 for ; Sat, 17 Nov 2012 14:21:54 -0500 Received: by mail-lb0-f170.google.com with SMTP id j14so3020403lbo.29 for ; Sat, 17 Nov 2012 11:21:51 -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=wdMpAr3J9l3UgBWl36c27TG4ld4Zs9VIQPo54nn9Ims=; b=xZMGymRErLjlHt9hYhloXjzPhS89b2y+oIUM2M4jRWm/XEGvJnih+c4iVYn0EnkGrs oxstsjQTEHw2+HuUsdQpwcZUZ0vkQiqlDwK7V9u0oUBYma8qni9eDuGC3CZr4kGlF/J7 Wfv6YbF5xtFAtPfzY52Cdsn5bPiaP8wTDhtnuVaE4sw5fF4KQoeFJug/nZYU1ir/AL3s 057D/MNTEctpGtP6sfDi0bXnRdr9nlHX++/s3DvCqWGeKEoRzd5We0XXbJJ68hgKe5rq OkLUJ6AJr87pWLk0CuP0HTJjNBo1gO6yHR4X8aOQjcp5blWT2OBjUCnnlFkQH1/ByElm /sgg== MIME-Version: 1.0 Received: by 10.112.87.97 with SMTP id w1mr3325868lbz.77.1353180111678; Sat, 17 Nov 2012 11:21:51 -0800 (PST) Received: by 10.112.36.39 with HTTP; Sat, 17 Nov 2012 11:21:51 -0800 (PST) In-Reply-To: <50A7C5FB.6070108@gmail.com> References: <50A30144.5070305@phpgangsta.de> <50A3BEC0.8030607@gmail.com> <50A54713.8090102@sugarcrm.com> <50A549EB.2020408@lerdorf.com> <50A5FB0C.1080602@lerdorf.com> <50A5FF83.1060706@lerdorf.com> <50A6088B.5010701@rotorised.com> <50A663EF.3020401@lerdorf.com> <50A7AB04.1080805@gmail.com> <50A7BA27.5040701@lerdorf.com> <50A7C5FB.6070108@gmail.com> Date: Sat, 17 Nov 2012 12:21:51 -0700 Message-ID: To: =?ISO-8859-1?Q?=C1ngel_Gonz=E1lez?= Cc: Rasmus Lerdorf , PHP Developers Mailing List Content-Type: text/plain; charset=ISO-8859-1 Subject: Re: [PHP-DEV] RFC: ext/mysql deprecation From: morrison.levi@gmail.com (Levi Morrison) >> Being able to fire off your SQL query at the top of a page and then >> instead of waiting around for the result continue building the page >> until you get to the point where you need the DB result. > Do you really expend that much time building your html that it makes a > difference? Let's not forget that some people need to query multiple databases for certain projects. Doing them asynchronously can sometimes be a HUGE improvement in load time.