Ask a Question related to ASP.NET General, Design and Development.
-
Gerard Marshall Vignes #1
Connection Strings in the Windows Registry --- Performance?
I was recently cautioned against storing an ADO.NET Connection String in the
Windows Registry because access to the Windows Registry would be serialized
and therefore impact scalability.
I have been able to find reasons to not use the Registry for storing
Connection Strings, but the reasons given seem to be security-related.
Does anyone know if there are performance-related reasons for NOT storing
Connection Strings in the Windows Registry?
Thanks!
Gerard Marshall Vignes Guest
-
Connection keys & the registry
Platform - Windows XP Professional Software - Contribute version 2.0 I have several users that I need to send connection keys to. BUT when I... -
Connection Strings
My Host had to change me over to a new server and with it my database, sql and php myadmin. But they told me to point my connection strings to an ip... -
Connection Strings: FCS vs. FMS
My company is upgrading from Flash Communication Server 1.5 to Flash Media Server 2.0.3. As a Flash developer utilizing the server, are there any... -
ADODB.Connection - Unable to open registry key 'Temporary (volatile) Jet
Jon wrote: http://www.aspfaq.com/show.asp?id=2062 - updatable cursor http://www.aspfaq.com/show.asp?id=2009 - 80004005 errors Bob Barrows -
Auditing Windows XP Registry
Hello There, I can audit any of the Root Keys execpt for HKEY CLASSES ROOT. Would anyone know why the Audit pane for this root ker is greyed... -
Gerard Marshall Vignes #2
Re: Connection Strings in the Windows Registry --- Performance?
I see your point. Even if there is serialization, you can work around it by
caching and refreshing the cache periodically. Thank you :-)
I am still also trying to verify if this serialization will indeed occur.
"Aaron Lewis" <aaronlewisSPAMFREE@guildportal.com> wrote in message
news:%23EYdMuTUDHA.3796@tk2msftngp13.phx.gbl...application's> Could just go ahead and use the registry to store the strings, then at
> runtime cache the value the first time you access it into thestoring> cache... Could also use an expiration policy on the cache so that it
> re-loads the string from the registry every x minutes.
>
> "Gerard Marshall Vignes" <programmer@gerardvignes.com> wrote in message
> news:u55EspSUDHA.2036@TK2MSFTNGP10.phx.gbl...> the> > I was recently cautioned against storing an ADO.NET Connection String in> serialized> > Windows Registry because access to the Windows Registry would be> > and therefore impact scalability.
> >
> > I have been able to find reasons to not use the Registry for storing
> > Connection Strings, but the reasons given seem to be security-related.
> >
> > Does anyone know if there are performance-related reasons for NOT>> > Connection Strings in the Windows Registry?
> >
> > Thanks!
> >
> >
>
Gerard Marshall Vignes Guest



Reply With Quote

