Hi,
 
I wonder what my design options are for the following problem:
 
1.  We have an ASP.NET application that is a CMS.  Part of the functionality is 
that an update to a section of the page and then consequencely    updates all 
the child nodes and all their child nodes etc.
2.  The application uses NHibernate for db interaction.
3.  The site has now grown to such an extent that we are getting SqlTimeouts as 
the process takes an age to complete.
 
My question is what are my options?
 
I can change the timeout but has this a very short term fix.
 
Would calling this functionality asynchronously in anyway help?
 
Cheers
[EMAIL PROTECTED]



> Date: Tue, 20 Feb 2007 22:42:17 -0600> From: [EMAIL PROTECTED]> Subject: Re: 
> [ADVANCED-DOTNET] importing RSA public/private keys from openssl> To: 
> ADVANCED-DOTNET@DISCUSS.DEVELOP.COM> > I took a 2nd look at that link you 
> sent me. I think I may have gotten a good> start on it.> > Thanks again!> > 
> Cheers!> Dave> ----- Original Message -----> From: "dave wanta" <[EMAIL 
> PROTECTED]>> To: <ADVANCED-DOTNET@DISCUSS.DEVELOP.COM>> Sent: Tuesday, 
> February 20, 2007 6:33 PM> Subject: Re: [ADVANCED-DOTNET] importing RSA 
> public/private keys from> openssl> > > > Yeah, I saw that. Unfortunately it's 
> 2.0. I was hoping to find a starting> > point for a 1.1 app. Your right, this 
> is a PITA.> >> > Cheers!> > Dave> > ----- Original Message -----> > From: 
> "Mark Brackett" <[EMAIL PROTECTED]>> > To: 
> <ADVANCED-DOTNET@DISCUSS.DEVELOP.COM>> > Sent: Tuesday, February 20, 2007 
> 4:16 PM> > Subject: Re: [ADVANCED-DOTNET] importing RSA public/private keys 
> from> > openssl> >> >> > It seems this is a bigger PITA than I think it 
> should be.... Anyway,> > here's some source I googled up for a converter 
> between OpenSSL's PEM> > and .NET's XML format. I think it should give you a 
> pretty good start.> >> > http://www.jensign.com/opensslkey/opensslkey.cs> >> 
> > --Mark Brackett> >> > -----Original Message-----> > From: Discussion of 
> advanced .NET topics.> > [mailto:[EMAIL PROTECTED] On Behalf Of dave wanta> > 
> Sent: Tuesday, February 20, 2007 1:25 PM> > To: 
> ADVANCED-DOTNET@DISCUSS.DEVELOP.COM> > Subject: [ADVANCED-DOTNET] importing 
> RSA public/private keys from> > openssl> >> > Hi all,> >> > I need to import 
> RSA public/private keys into a RSA object. The keys are> > output by OpenSSL. 
> They look like:> >> > -----BEGIN RSA PRIVATE KEY-----> > 
> MIIBygIBAAJhANS1c5VhPikZk16sUrGD> > ....(more base64 encoded text)...> > 
> xtfsjBFtV2QC9F8ji+aIAWH3Jvd4sGrTs> > -----END RSA PRIVATE KEY-----> >> >> > 
> -----BEGIN PUBLIC KEY-----> > MHwwDQYJKoZIhvcNAQEBBQADawAwa> > ....(more 
> base64 encoded text)...> > shqfeOdAJbehcg3dsJthMtCthE1Exes6HQI> > -----END 
> PUBLIC KEY-----> >> >> > Any ideas on where I can start? I'd prefer to do 
> this in .NET 1.1.> >> > just fyi...the keys are generated from the OpenSSL 
> command:> >> > $ openssl genrsa -out private.key 768> > and> > $ openssl rsa 
> -in private.key -out public.key -pubout -outform PEM> >> >> > Thanks!> > 
> Dave> >> > ===================================> > This list is hosted by 
> DevelopMentor(r) http://www.develop.com> >> > View archives and manage your 
> subscription(s) at> > http://discuss.develop.com> >> > 
> ===================================> > This list is hosted by DevelopMentor® 
> http://www.develop.com> >> > View archives and manage your subscription(s) 
> at> http://discuss.develop.com> >> > ===================================> > 
> This list is hosted by DevelopMentor® http://www.develop.com> >> > View 
> archives and manage your subscription(s) at> http://discuss.develop.com> >> > 
> ===================================> This list is hosted by DevelopMentor® 
> http://www.develop.com> > View archives and manage your subscription(s) at 
> http://discuss.develop.com
===================================
This list is hosted by DevelopMentor®  http://www.develop.com

View archives and manage your subscription(s) at http://discuss.develop.com

Reply via email to