Re: Parent window not closing HTTP Connections made by child window

Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance

From: Robert Aldwinckle (robald_at_techemail.com)
Date: 02/25/04


Date: Wed, 25 Feb 2004 12:51:33 -0500


> 2. How to get rid of this problem.

Which OS? If XP try this (in a command window)

    tasklist /fi "IMAGENAME EQ IEXPLORE.EXE"

Make a note of the PID. For purpose of example in the next
command let's say it is 1234

    netstat -a -n -o | find /i "1234"

Make a note of any connections. (BTW what state are they in?)

Close all IE windows. Verify with the tasklist command again that
that PID is gone. (Or use Task Manager to prove that iexplore.exe
is no longer an active process.)

Now use the netstat command again. Are the connections gone?
If not how are they being associated now?

BTW whenever I have problems with hung connections I often
just hangup my connection and redial.

HTH

Robert Aldwinckle

---
"Sameer Fegade" <s_fegade@yahoo.com> wrote in message news:1208c01c3f5f9$38c9b1b0$a001280a@phx.gbl...
> Hi....
> I have a web applicatin A. I browse to PageA of this
> application which lists number of links. When a link is
> clicked it opens a page PageB on a new site B. I close
> this PageB before it completely gets rendered. Now if I
> click on any other link on PageA which is trying to open
> any page on site B browser is not able to send request to
> site B.
>
> If I change the registry settings as mentioned in article
> http://support.microsoft.com/default.aspx?scid=kb%3Ben-us%
> 3B183110 everything works fine.
>
> My Conclusion : Browser window having PageA is maintaining
> http connections to SiteB when PageB is closed in between
> these connections are not closing.
>
> My Problem :
> 1. Why PageA window is maintaining these connections
> 2. How to get rid of this problem.


Relevant Pages

  • Re: Great SWT Program
    ... mostly solve the blind-typing problem that I definitely recall emacs ... Except of course that you need to know some arcane command language ... Hitting tab should insert a tab ... one-line "window" in which the rest of what I type appears, ...
    (comp.lang.java.programmer)
  • Re: Printer Control and Print/Preview Problems
    ... to be appended to the report print stream. ... or "Print" with the DoCmd.OpenReport command, ... still open preview window. ... > following that with an OpenReport using acNormal. ...
    (microsoft.public.access.reports)
  • Re: Dim RetVal
    ... "Jay Freedman" wrote in message ... The reason is that without the quotes, the command processor sees the ... In the command window, first type ... This *should* have exactly the same effect as the macro. ...
    (microsoft.public.word.vba.beginners)
  • Re: playtime for spare PCs -Jeff Gaines.
    ... The Black Window is the "Command Prompt Window" & that wouldn't have ... The Window Opens up & Flashes up ... I would expect there to be 2 User Accounts (on a WinXP ...
    (uk.people.silversurfers)
  • Re: Failed running .bat file from WinXP Explorer
    ... If you use>> anything to the right will be echoed in the command prompt. ... typed in a Command or Run window. ... What does PATHEXT show? ... System environment variables are in the following Registry key: ...
    (microsoft.public.windowsxp.general)