Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:75012 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 86218 invoked from network); 20 Jun 2014 00:45:54 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 20 Jun 2014 00:45:54 -0000 Authentication-Results: pb1.pair.com smtp.mail=yohgaki@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=yohgaki@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: yohgaki@gmail.com X-Host-Fingerprint: 209.85.217.170 mail-lb0-f170.google.com Received: from [209.85.217.170] ([209.85.217.170:55279] helo=mail-lb0-f170.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 8A/C4-61414-04483A35 for ; Thu, 19 Jun 2014 20:45:53 -0400 Received: by mail-lb0-f170.google.com with SMTP id 10so1939307lbg.29 for ; Thu, 19 Jun 2014 17:45:49 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:from:date:message-id:subject:to:content-type; bh=8kfpGllXBbP63TWMxM95H2dfTBX3zma3hjIGOSvkMZQ=; b=qF8uiIrjOL4q7Ee3PuTh4JftHfjgZQTvO/AnmMXcoWA2lb9H2F69QV97sCnDTlOdCZ mPvl5Htwqk9X+NpiK/quJzHGqhxbVYRTGSCY7u/h1A3reIhmaBNfK/4/QWeZJdBVc9ik 45Prk65YuNSUe/ZPAcDLns1z+16cUAtOErT+nGMrChMKkRzr81InvcWz1meR1oWvJ5qa teS+Vd80w+UUqvj6aanilZK0q2ccYsqQMUvJrE/YhGcRxe4QPwJAgup/GnWy7pCBSpOW 3VIF3SKRBNXjvtU2/q1cvbZZekvdpRnePU1nUy/ZQyb1DdtzsQEzvZF+DQjg+75oxlbR Aw8w== X-Received: by 10.112.63.194 with SMTP id i2mr24132lbs.10.1403225149806; Thu, 19 Jun 2014 17:45:49 -0700 (PDT) MIME-Version: 1.0 Sender: yohgaki@gmail.com Received: by 10.112.14.9 with HTTP; Thu, 19 Jun 2014 17:45:09 -0700 (PDT) Date: Fri, 20 Jun 2014 09:45:09 +0900 X-Google-Sender-Auth: WFdB8tko-O20ef7rB_QQkKe6SoA Message-ID: To: "internals@lists.php.net" Content-Type: multipart/alternative; boundary=001a1133d1e29820a004fc39d04f Subject: Write Timeout for mysqlnd? From: yohgaki@ohgaki.net (Yasuo Ohgaki) --001a1133d1e29820a004fc39d04f Content-Type: text/plain; charset=UTF-8 Hi all, I noticed that mysqlnd has read timeout, but no write timeout. Read timeout would be enough for most circumstances. However, write timeout could be useful under rare conditions. Adding write timeout is few lines of code. I couldn't find topic related to this in internals mails. What is the reason why write timeout is not supported? Regards, -- Yasuo Ohgaki yohgaki@ohgaki.net --001a1133d1e29820a004fc39d04f--