Networking Forums

Networking Forums > Computer Networking > Linux Networking > Process has Problems connecting to remote server

Reply
Thread Tools Display Modes

Process has Problems connecting to remote server

 
 
whoha
Guest
Posts: n/a

 
      02-04-2005, 12:36 PM
I have a process that goes out to a server and does a software update.
Originally it took 60 - 80 seconds to accomplish. It now takes 500 -
1000 seconds to do the same function. Several other box's that do this
same script have not seen this increase. The script will sit at this
function for long periods of time;

Connecting to www.uabc.edu[1xx.xxx.1xx.182]:80...

Then it finally gets the;

Connecting to www.uabc.edu[1xx.xxx.1xx.182]:80... connected.
HTTP request sent, awaiting response... 200 OK


I noticed that the tw value is high on this box as seen in the
/proc/net/sockstat file [tw=65 when the script is sitting waiting to
connect]. A tcpdump of the transaction is full of;

12:41:13.984998 monitor.uabc.edu.33690 > 1xx.xxx.1xx.182.http: . ack 995
win 6958 <nop,nop,timestamp 1503190 884584174> (DF)

Can someone tell me what is happening during this connect? And where to
look next? I should add that once it makes this connect it flys through
the data xfer until it hits the next connect where it sits once again

 
Reply With Quote
 
 
 
 
whoha
Guest
Posts: n/a

 
      02-07-2005, 06:27 PM
whoha wrote:
> I have a process that goes out to a server and does a software update.
> Originally it took 60 - 80 seconds to accomplish. It now takes 500 -
> 1000 seconds to do the same function. Several other box's that do this
> same script have not seen this increase. The script will sit at this
> function for long periods of time;
>
> Connecting to www.uabc.edu[1xx.xxx.1xx.182]:80...
>
> Then it finally gets the;
>
> Connecting to www.uabc.edu[1xx.xxx.1xx.182]:80... connected.
> HTTP request sent, awaiting response... 200 OK
>
>
> I noticed that the tw value is high on this box as seen in the
> /proc/net/sockstat file [tw=65 when the script is sitting waiting to
> connect]. A tcpdump of the transaction is full of;
>
> 12:41:13.984998 monitor.uabc.edu.33690 > 1xx.xxx.1xx.182.http: . ack 995
> win 6958 <nop,nop,timestamp 1503190 884584174> (DF)
>
> Can someone tell me what is happening during this connect? And where to
> look next? I should add that once it makes this connect it flys through
> the data xfer until it hits the next connect where it sits once again
>

Ok I'v tried the following items;

moved server ip/name to hosts file looked at resolv.conf and host.conf
both are correct - no change not a DNS problem

removed iptables checked with iptables -L to make sure table is unloaded
- no change

changed mtu to a smaller value [1472] - no change [ this one came from a
listing in google groups]

moved the nic to a different module and port in the switch - no change

used a different nic - no change

checked the port for errors - no errors

checked netstat -a - unsure of output, looks ok to me

Can someone give me some ideas what to try next? I have checked packages
to see if we have the latest .

 
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Problems connecting to server through VPN tlachaussie@gmail.com Windows Networking 2 09-17-2007 08:02 PM
Observe Remote Boot Process Windows Networking 0 07-31-2006 01:49 PM
Remote process management api question Rick Westmacott Windows Networking 0 04-11-2006 02:54 AM
problems connecting win98 to w2k3 server Joe Windows Networking 1 11-29-2004 07:05 PM
Problems with PPTP and remote Windows VPN Server. Aleph Linux Networking 1 08-21-2004 08:10 PM



1 2 3 4 5 6 7 8 9 10 11