kgio RubyGem user+dev discussion/patches/pulls/bugs/help
 help / color / mirror / code / Atom feed
From: Edho Arief <edho@myconan.net>
To: kgio@librelist.org
Subject: Re: There's no TCP_NOPUSH in Solaris 10
Date: Mon, 19 Mar 2012 16:35:16 +0700	[thread overview]
Message-ID: <CAAtReC=CwGPzX7vD5=kDWk-VNU-+dMDf1qdvZGcESiropy1RPg@mail.gmail.com> (raw)
In-Reply-To: 20120319093129.GA27611@dcvr.yhbt.net

2012/3/19 Eric Wong <normalperson@yhbt.net>:
> Edho Arief <edho@myconan.net> wrote:
>> Forcing definition of them enables unicorn to work (at least seems to
>> be working) but fails test (tried both Linux and BSD version):
>
> Wait, this fails on Linux and *BSD, too?  Which Ruby version and exactly
> which OSes did you use?
>

I mean neither BSD version:

static inline void kgio_autopush_read(VALUE io) { kgio_autopush_recv(io); }
static inline void kgio_autopush_write(VALUE io) { kgio_autopush_send(io); }

nor Linux:

static inline void kgio_autopush_read(VALUE io) { }
static inline void kgio_autopush_write(VALUE io) { }

passed the test on Solaris 10.

  reply	other threads:[~2012-03-19  9:35 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-03-18 12:45 There's no TCP_NOPUSH in Solaris 10 Edho Arief
2012-03-19  9:29 ` Eric Wong
2012-03-19  9:31 ` Eric Wong
2012-03-19  9:35   ` Edho Arief [this message]
2012-03-19  9:52     ` Eric Wong
2012-03-19 10:10       ` Edho Arief
2012-03-19 20:09         ` Eric Wong
2012-03-20 10:53           ` Edho Arief
2012-03-21 20:15             ` Eric Wong
2012-03-22  1:48               ` Edho Arief
2012-03-22  8:38                 ` Eric Wong
2012-03-22 15:00                   ` Edho Arief
2012-03-23 21:15                     ` Eric Wong

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://yhbt.net/kgio/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='CAAtReC=CwGPzX7vD5=kDWk-VNU-+dMDf1qdvZGcESiropy1RPg@mail.gmail.com' \
    --to=edho@myconan.net \
    --cc=kgio@librelist.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://yhbt.net/kgio.git/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).