"global" TCP_NODELAY?
Ivan Voras
ivoras at freebsd.org
Mon Oct 12 17:28:48 UTC 2009
2009/10/12 Alfred Perlstein <alfred at freebsd.org>:
> * Ivan Voras <ivoras at freebsd.org> [091012 04:29] wrote:
>> I'm trying to work around some extreme brain damageness in PHP (yes, it
>> sucks) which doesn't have a way to set TCP_NODELAY on stream sockets so
>> I'm wondering what are my other options? Is there a way to set
>> TCP_NODELAY system-wide?
>
> Ivan, many people write php extensions, maybe you can do that?
While writing PHP extensions isn't hard (I've done it before), I'm not
yet convinced it's worth the effort in this case - I don't know if
TCP_NODELAY will help at all. I'll think about it if time permits.
More information about the freebsd-hackers
mailing list