Re: R: Re: Problem with long queries - on one MSSQL server
Peter Deacon <[email protected]>
| Newsgroups | gmane.comp.db.tds.freetds |
|---|---|
| Message-ID | <alpine.WNT.2.00.1402251105190.3984@SMURF> |
On Tue, 25 Feb 2014, Frediano Ziglio wrote: > It's actually strange however php disconnect instead of cancelling the > query Yea, I emailed Daryl off list and he managed to get it working. Some clues 60 seconds is the default TCP retry timeout and payload packet size 1444 bytes is close to normal MSS for 1500 MTU. Most likely the send was never going thru to the peer and the TCP session timed out. Think this is most likely related to configuring firewalls and networks where all of the following are true: - Filtering non-initial IP layer fragments - Disabling Path MTU discovery - MTU gets reduced somewhere on path regards, Peter