Hello:
>
> The problem with the solution:
>
> It is unsure if that might slow down connecting when using a Hostname 
> as Data Source.
>
> I hope IPAdress.Parse() only parses and does not do any time consuming 
> like looking for dns-records or something like that.
>

So, as i see this, we have 3 options here:

1 As it's now it will use Dns.GetHostEntry first and if this fails 
IPAddress.Parse
2. Do first a IPAddress.Parse and if it fails use Dns.GetHostEntry
3. Configure it using a new connection string parameter

I haven't a preference here so opinions are welcome !!! as always :D



-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Firebird-net-provider mailing list
Firebird-net-provider@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/firebird-net-provider

Reply via email to