Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
PreAuthenticate and UnsafeAuthenticatedConnectionS haring
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  4 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Chris Marisic  
View profile  
 More options May 16 2012, 12:15 pm
From: Chris Marisic <ch...@marisic.com>
Date: Wed, 16 May 2012 09:15:29 -0700 (PDT)
Local: Wed, May 16 2012 12:15 pm
Subject: PreAuthenticate and UnsafeAuthenticatedConnectionSharing

When using RavenDB to be accessed only in Server to Server communication
(MVC web app mediates all access to RavenDB) what are the optimal settings
for

            store.JsonRequestFactory.ConfigureRequest += (sender, e) =>
                                                             {
                                                                 var
httpWebRequest = ((HttpWebRequest) e.Request);

httpWebRequest.UnsafeAuthenticatedConnectionSharing = ?;

httpWebRequest.PreAuthenticate = ?;
                                                             };


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Itamar Syn-Hershko  
View profile  
 More options May 16 2012, 3:36 pm
From: Itamar Syn-Hershko <ita...@hibernatingrhinos.com>
Date: Wed, 16 May 2012 22:36:34 +0300
Local: Wed, May 16 2012 3:36 pm
Subject: Re: [RavenDB] PreAuthenticate and UnsafeAuthenticatedConnectionSharing

Is the RavenDB server local to the one with the MVC app?


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Oren Eini (Ayende Rahien)  
View profile  
 More options May 16 2012, 7:57 pm
From: "Oren Eini (Ayende Rahien)" <aye...@ayende.com>
Date: Thu, 17 May 2012 00:57:20 +0100
Local: Wed, May 16 2012 7:57 pm
Subject: Re: [RavenDB] PreAuthenticate and UnsafeAuthenticatedConnectionSharing

You can try setting both of them to true, that should help performance some.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Chris Marisic  
View profile  
 More options May 17 2012, 8:28 am
From: Chris Marisic <ch...@marisic.com>
Date: Thu, 17 May 2012 05:28:07 -0700 (PDT)
Local: Thurs, May 17 2012 8:28 am
Subject: Re: [RavenDB] PreAuthenticate and UnsafeAuthenticatedConnectionSharing

The RavenDB server has affinity only to the MVC app, no other access
points. The server might reside on the same machine, or it might reside on
a seperate machine in the same data center.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »