freetds AT lists.ibiblio.org
Subject: FreeTDS Development Group
List archive
- From: Daniel Bruce Lynes <dlynes1 AT home.com>
- To: TDS Development Group <freetds AT franklin.oit.unc.edu>
- Subject: Re: FreeTDS / PHP 3.0.16 Fails on Large Insert
- Date: Wed, 2 Aug 2000 23:15:15 -0700 (PDT)
On Wed, 2 Aug 2000, Rusty Conover wrote:
> I've fixed this problem by setting the TCP_NODELAY flag with setsockopt()
> when
> I open the TDS connection. After I set that socket option flag everything
> works
> with large queries.
If you need to set the TCP_NODELAY, that suggests an error in the networking
code. TCP_NODELAY should only be used in certain situations such as
implementation of a telnet client. For general network applications, it
should
never be used...all it serves to do is fragment bandwidth and annoy sysadmins.
If large queries are the source of this, it is because there is so much data
being sent in one direction without ever receiving anything going in the other
direction.
Just my two cents worth.
-
FreeTDS / PHP 3.0.16 Fails on Large Insert,
Jon McDonald, 08/02/2000
- <Possible follow-up(s)>
- Re: FreeTDS / PHP 3.0.16 Fails on Large Insert, Brian Bruns, 08/02/2000
- Re: FreeTDS / PHP 3.0.16 Fails on Large Insert, Rusty Conover, 08/02/2000
- Re: FreeTDS / PHP 3.0.16 Fails on Large Insert, Steven Campbell, 08/02/2000
- RE: FreeTDS / PHP 3.0.16 Fails on Large Insert, Franck Martin, 08/02/2000
- RE: FreeTDS / PHP 3.0.16 Fails on Large Insert, James Cameron, 08/03/2000
- Re: FreeTDS / PHP 3.0.16 Fails on Large Insert, Daniel Bruce Lynes, 08/03/2000
- Re: FreeTDS / PHP 3.0.16 Fails on Large Insert, Rusty Conover, 08/03/2000
- Re: FreeTDS / PHP 3.0.16 Fails on Large Insert, James Cameron, 08/03/2000
- Re: FreeTDS / PHP 3.0.16 Fails on Large Insert, Rusty Conover, 08/03/2000
- Re: FreeTDS / PHP 3.0.16 Fails on Large Insert, Brian Bruns, 08/03/2000
- Re: FreeTDS / PHP 3.0.16 Fails on Large Insert, Brian Bruns, 08/03/2000
- Re: FreeTDS / PHP 3.0.16 Fails on Large Insert, Bob Kline, 08/03/2000
- RE: FreeTDS / PHP 3.0.16 Fails on Large Insert, Rasmus Lerdorf, 08/03/2000
- Re: FreeTDS / PHP 3.0.16 Fails on Large Insert, James Cameron, 08/09/2000
Archive powered by MHonArc 2.6.24.