On Monday 04 August 2008 05:48:31 pm Paul McNett wrote: > johnf wrote: > > On Monday 04 August 2008 05:14:19 pm Ed Leafe wrote: > >> On Aug 4, 2008, at 4:13 PM, johnf wrote: > >>> When using the connect editor and I fill in the host with > >>> "www.somedomain.net" > >>> the app hangs. Howerver, if I use > >>> "somedomain.net" > >>> it never hangs. > >>> > >>> So is this a bug? > >> > >> So does it hang if you try to connect from a Python session using the > >> dbapi module? > >> > >> -- Ed Leafe > > > > Actually, I'm been very busy today and did not test it just using DB API. > > It worked right a way just using "domain.com" (without the www). But I > > noticed that Paul's doc suggested that the connection string be > > "domain.com" (again without the www). > > > > Maybe tonight I can get to it. Have you ever used "www.domain.com"? > > It all depends on how they have the DNS for the domain set up. Just > because example.com works doesn't mean www.example.com will work... > > Go to a terminal and issue: > > telnet www.<domain>.com <db_port> > > If *that* doesn't hang, the db connect shouldn't hang, either. > > > Paul
Well now I'm really confused because the telnet worked. telnet www.domain.net 5432 Or least it made a connection. and so did telnet domain.net 5432 Tested the connection Editor and it no longer hangs. I tried it a least five times and it just hung earlier. Sorry for the noise! -- John Fabiani _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users Searchable Archives: http://leafe.com/archives/search/dabo-users This message: http://leafe.com/archives/byMID/[EMAIL PROTECTED]
