Re: Newsgroups with large number of posts hangs OE



"drdug" <nospam@xxxxxxxxxx> wrote in message
news:eEaLaJTQFHA.164@xxxxxxxxxxxxxxxxxxxx
....
> if you d/l only part of the headers, you may be
> missing something you want to d/l.
....

The subject of this thread is a complaint about being unable
to download *all* headers. I have shown you that you could download
*all* headers provided you are willing to do it in pieces.

BTW have you tried diagnosing your "not responding" symptom?
E.g. try using netstat -ps tcp 5 to see if anything is actually still
going on underneath. As long as something is still happening
you can ignore the symptom and expect that eventually a complete
response to your request will be given.

However, depending on how your server packages such a response,
I wouldn't be surprised if the server is at fault and not OE.
For that particular response the troubleshooting log will be inadequate
to help you understand the symptom. For it you would need to invoke
a TCP packet trace to capture the full NNTP protocol.


Robert
---


.



Relevant Pages

  • Re: Newsgroups with large number of posts hangs OE
    ... I CAN d/l all the headers, but it stalls OE for up 30 minutes or more. ... In fact the problem isn't on the initial download of headers...it is on subsequent visits to the group after the initial download of a few hundred thousand headers. ... However, depending on how your server packages such a response, ...
    (microsoft.public.windows.inetexplorer.ie6_outlookexpress)
  • Re: Newsgroups with large number of posts hangs OE
    ... My response was an unsubtle reference to my frustration with OE's bugs. ... settings in the large NGs I susbscribe to to "headers only" then use the "Sync All" button which then proceeds to d/l all the headers of these large NGs. ... I suppose that could possibly be due to the server of that particular NG.....I dunno. ... The best way to do this is to right click on the folder name in the folder list. ...
    (microsoft.public.windows.inetexplorer.ie6_outlookexpress)
  • Re: Igor, pAPP toolkit questions
    ... data will result in authorization and the same response at a later ... although this post deals with outgoing stuff and NTLM credentials, ... this using the pAPP toolkit that would be just excellent! ... > headers have been fully prepared. ...
    (microsoft.public.inetsdk.programming.webbrowser_ctl)
  • Re: Alert box doesnt appear
    ... response which consists of headers and content. ... and provides the location information (in this ... If you want to have a message box and then navigate to the next page, ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: How could this possibly happen (HttpURLConnection + simple JSP page)
    ... In PHP that would throw some nasty HTTP-related warnings and potentially break the page as you are changing the headers after HTML display? ... You are writing code in a special format that is compiled in to a servlet, which is then executed by the server when the page is requested. ... The other thing is that writing things "after HTML display" is probably very difficult as the display is done on the users computer when they have recieved the response. ... When you create a response for the user it does not necessarily get sent back as soon as you start, and more importantly the headers do not necessarily finish as soon as you start writing to the body. ...
    (comp.lang.java.help)