From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22800 invoked by alias); 7 Jul 2014 10:10:54 -0000 Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner@cygwin.com Mail-Followup-To: cygwin@cygwin.com Received: (qmail 22729 invoked by uid 89); 7 Jul 2014 10:10:53 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-5.2 required=5.0 tests=AWL,BAYES_05 autolearn=ham version=3.3.2 X-HELO: calimero.vinschen.de Received: from aquarius.hirmke.de (HELO calimero.vinschen.de) (217.91.18.234) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Mon, 07 Jul 2014 10:10:52 +0000 Received: by calimero.vinschen.de (Postfix, from userid 500) id A2A6D8E14EB; Mon, 7 Jul 2014 12:10:49 +0200 (CEST) Date: Mon, 07 Jul 2014 10:10:00 -0000 From: Corinna Vinschen To: cygwin@cygwin.com Subject: Re: Severe performance degradation of writev Message-ID: <20140707101049.GI1803@calimero.vinschen.de> Reply-To: cygwin@cygwin.com Mail-Followup-To: cygwin@cygwin.com References: MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="qKojvbh47KHQqxue" Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.23 (2014-03-12) X-SW-Source: 2014-07/txt/msg00080.txt.bz2 --qKojvbh47KHQqxue Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-length: 887 On Jul 7 07:28, jojelino wrote: > 2008-07-27 Corinna Vinschen >=20 > * fhandler_socket.cc (fhandler_socket::send_internal): Send never > more > then 64K bytes at once. For blocking sockets, loop until entire d= ata > has been sent or an error occurs. > (fhandler_socket::sendto): Drop code which sends on 64K bytes. > (fhandler_socket::sendmsg): Ditto. >=20 > This commit added workaround for KB823764. but it has brought another > performance issue when writev sends <64k of data. That's why the code contains that FIXME comment. If you have a good idea for simple code to split a message into the least number of pieces to minimize the number of WsaSendTo calls... Corinna --=20 Corinna Vinschen Please, send mails regarding Cygwin to Cygwin Maintainer cygwin AT cygwin DOT com Red Hat --qKojvbh47KHQqxue Content-Type: application/pgp-signature Content-length: 819 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQIcBAEBAgAGBQJTunIpAAoJEPU2Bp2uRE+gi6wQAIxvBw399ZjPongk17jpGUs2 kL98CBnD7G302zZAl1cZeIMWTQl8+9SR0skTWXRUNVE2jgkcb4/mJ4JCxxMkcOoU 5L6drBLWHWGCix71xFdAmVzm2vn7oBroP6UxVMnn++l91TwJ5DGzMRgFmxdewEiZ lDlj9mCMgPaURA+Z8u+h+qPUW/zzxq2cUKlns0Z+9IwiC4xldnST939lnH2LhQGe 61B1RpJAgopfbebTA3qI969WTMEn4rpzAUEk63Sh2OiJzGRaSKZvz7FMeVlNwKmK kyP64XrJI7MaR+D7Mz7Mk+su1oECNT+nE+uHaJ+5obNuhcKv0QuCxYX5aM9uyWqh sT3FKnFWUkO0ciLFUmyexbkWy4GOFjOfpeC22HyaAJ/rRbNKeWpidS/U/BTk/4aS ZP453OG0R1pqN++JVMSViLbETcdGlvIMWzA9vFGBfS0MHoXQlHSn07giUxTo+x9o +fqMv8NPxXk6xQ0ssNZv87giAOe+bcRTORaRjKqdVyamvr4bzJsChKT6vdkoc6VL BPX58LKy7/4NZEVw+1C5Us+PVqY2Q3ZJtuIFAAYt8r+yZP5TOWd+PkDkitPx0lYS DpL08z0toc8OQH/f6erw3r/JY88NchYElWBPRTZ1D7wyJzKWFzbYfjS4reJcYkq3 P/HrzjpZQvifwHXHtR2Y =cj+r -----END PGP SIGNATURE----- --qKojvbh47KHQqxue--