lynx-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: LYNX-DEV Re:NSL_FORK problem


From: Foteos Macrides
Subject: Re: LYNX-DEV Re:NSL_FORK problem
Date: Wed, 13 Aug 1997 10:55:29 -0500 (EST)

"Hiram Lester, Jr." <address@hidden> wrote:
>On Tue, 12 Aug 1997, Klaus Weide wrote:
>
>> On Tue, 12 Aug 1997, Hiram Lester, Jr. wrote:
>> 
>> > Well, it appears that interruptable name support no longer works like it
>> > did before in recent fotemods.  I noticed some changes recently to name
>> > lookup guessing stuff, so this may be the problem.  When I try entering
>> > something like:
>> > 
>> > http://www.domain.com/
>> > 
>> > I can interrupt fine.  When I enter this as just:
>> > 
>> > www.domain.com
>> > 
>> > I USED to be able to interrupt it unless it started guessing, and now it
>> > seems that it doesn't interrupt at all.  Any ideas?
>> 
>> How do you *prevent* it from guessing in such a case?
>
>I wasn't trying to keep it from guessing.  The reason I mentioned guessing
>is that I know that guessing isn't interruptable.  I've always been able
>to interrupt it in the very first stage before it begins guessing in
>earnest, and now I don't see to be able to do so.  I thought that maybe
>some of the recent mods could have broken something.  The only mod I see
>that would seem vaguely related would be the 8/5 mods of the NSL_FORK
>code, but I wouldn't think that would cause a problem... sigh...

        You can't block the first guess in LYUtils.c.  Your 'z'ap will be
detected when that gethostbyname() call times out, and similarly for any
subsequent guesses.  If the gethostbyname() call succeeds, the 'z'ap will
be detected in HTTCP.c, and that was changed to re-issue an un-'z'appable
gethostbyname() call if some ill-understood foul up occurs in the child of
the 'z'appable fork.  Perhaps some funny interaction is occurring due
to that change, but it seemed to all work OK when I tried it on Scott's
SPARC and an osf guest account I got recently.

                                Fote

=========================================================================
 Foteos Macrides            Worcester Foundation for Biomedical Research
 address@hidden         222 Maple Avenue, Shrewsbury, MA 01545
=========================================================================
;
; To UNSUBSCRIBE:  Send a mail message to address@hidden
;                  with "unsubscribe lynx-dev" (without the
;                  quotation marks) on a line by itself.
;

reply via email to

[Prev in Thread] Current Thread [Next in Thread]