From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: AS6939 64.71.128.0/18 X-Spam-Status: No, score=-2.0 required=3.0 tests=AWL,BAYES_00, MSGID_FROM_MTA_HEADER shortcircuit=no autolearn=unavailable version=3.3.2 Path: news.gmane.org!not-for-mail From: Eric Wong Newsgroups: gmane.comp.lang.ruby.kgio.general Subject: Re: [PATCH] add `#kgio_writev` and `#kgio_trywritev` Date: Fri, 1 Jun 2012 12:20:51 -0700 Message-ID: <20120601192051.GA26191@dcvr.yhbt.net> References: <20120601075552.GA12528@dcvr.yhbt.net> <1338543778-7731-1-git-send-email-funny.falcon@gmail.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1338578471 22726 80.91.229.3 (1 Jun 2012 19:21:11 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 1 Jun 2012 19:21:11 +0000 (UTC) To: kgio@librelist.com Original-X-From: kgio@librelist.com Fri Jun 01 21:21:11 2012 Return-path: Envelope-to: gclrkg-kgio@m.gmane.org List-Archive: List-Help: List-Id: List-Post: List-Subscribe: List-Unsubscribe: Precedence: list Original-Sender: kgio@librelist.com Xref: news.gmane.org gmane.comp.lang.ruby.kgio.general:175 Archived-At: Received: from zedshaw.xen.prgmr.com ([64.71.167.205]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1SaXPE-00066Z-Lb for gclrkg-kgio@m.gmane.org; Fri, 01 Jun 2012 21:21:04 +0200 Received: from zedshaw.xen.prgmr.com (localhost [IPv6:::1]) by zedshaw.xen.prgmr.com (Postfix) with ESMTP id 9381321DD32 for ; Fri, 1 Jun 2012 19:28:59 +0000 (UTC) Sokolov Yura 'funny-falcon wrote: > Add methods for using writev(2) syscall for sending array of string in Thanks! Signed-off-by: Eric Wong ...And pushed to master of git://bogomips.org/kgio I'll always be interested to know how you're using this and how performance is. I'll probably release kgio 2.8.0 in a few days unless there's more changes in the pipeline.