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 _______________________________________________ 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]
