I don't think 30 is anything to worry about, even on a box that is not that busy. It's not a problem until you start to hit some limit, and 30 is nowhere close to any kind of limit that I know of.
If you really want to know what they are, grab some of the network traffic and take a look at it. Correlate the activity in the network capture with events in the API logs. I don't know of a good way to decode the RPC datagram to see exactly what is going on (wouldn't that be nice... no telling what kind of bugs a reverse engineering effort would uncover), but a lot of what is in there is in plain text. You will also need to grab the connection listing at various times to see what ports are waiting, active, etc. to comparing with your network dump. Axton Grams On Fri, Jul 20, 2012 at 1:38 PM, patrick zandi <[email protected]> wrote: > ** Was wondering if anyone with 7.6.04 SP2 - SP3 have noticed some > network problems.. > netstat -an|grep -i wait > > I have a devbserver with a ton (30) close_wait and FIN_WAIT_2 to both > loopback and ip on the box.. > just wondering.. trying to narrow the issue down.. it really shows up when > you do something like import a def, or patch, or do alot of work on it.. > > > -- > Patrick Zandi > _attend WWRUG12 www.wwrug.com ARSlist: "Where the Answers Are"_ _______________________________________________________________________________ UNSUBSCRIBE or access ARSlist Archives at www.arslist.org attend wwrug12 www.wwrug12.com ARSList: "Where the Answers Are"

