|
From: Joel W. <we...@st...> - 2004-09-02 17:42:18
|
I agree that Brian's suggestion is an excellent one. Most Chromium users
are on local networks; they shouldn't be burdened by the minority that
need this capability.
At the time I did convince myself that the call to fqdn() was necessary,
but I'm afraid I can't recall the circumstances that led me to that. I do
recall that earlier in its life Chromium tended to get confused when one
client referred to a machine by local hostname and another referred to it
by fqdn. I *think* the reasoning was that when names were matched, the
full fqdn was needed to make sure the matching worked out.
-Joel
On Thu, 2 Sep 2004 aac...@ad... wrote:
>
> Hello,
>
> Yes, I figured it was trying to access a non-local network. I asked because someone was trying to tell me that it was unnecessary for Chromium to try to qualify the hostnames, that the router would take care of that automatically.
>
> Brian's idea for adding the 'qualify-hostnames' as a configuration option sounds like a good idea.
>
> Alicia
>
>
>
> > From: Brian Paul <bri...@tu...>
> > Date: 2004/09/02 Thu PM 12:22:50 EDT
> > To: chr...@li...
> > Subject: Re: [Chromium-dev] Chromium start-up time
> >
> > Brian Paul wrote:
> > ...
> > If the fqdn() hostname lookup is a real problem, perhaps we could add
> > a configuration option to enable/disable it. Something like:
> >
> > cr = CR()
> > cr.Conf("fully_qualify_domain_names", 0)
> >
> >
> > -Brian
> >
> >
> > -------------------------------------------------------
> > This SF.Net email is sponsored by BEA Weblogic Workshop
> > FREE Java Enterprise J2EE developer tools!
> > Get your free copy of BEA WebLogic Workshop 8.1 today.
> > http://ads.osdn.com/?ad_id=5047&alloc_id=10808&op=click
> > _______________________________________________
> > Chromium-dev mailing list
> > Chr...@li...
> > https://lists.sourceforge.net/lists/listinfo/chromium-dev
> >
>
>
>
> -------------------------------------------------------
> This SF.Net email is sponsored by BEA Weblogic Workshop
> FREE Java Enterprise J2EE developer tools!
> Get your free copy of BEA WebLogic Workshop 8.1 today.
> http://ads.osdn.com/?ad_id=5047&alloc_id=10808&op=click
> _______________________________________________
> Chromium-dev mailing list
> Chr...@li...
> https://lists.sourceforge.net/lists/listinfo/chromium-dev
>
|