Has anyone tried to create an ASP.NET Session State Provider for Amazon SimpleDB?

If not, are there any fundamental service limitations that impede creation?

+3
source share
3 answers

There is a C # library for working with SDB.

If you want to collapse your own, API, WSDL and other documentation can be found at http://aws.amazon.com/simpledb/#resources .

This is a fairly simple API that traverses HTTP. The hardest part is writing a signature code. There are many implementations in other languages.

, SimpleDB EC2 . EC2, , .

0

. " EC2, "

EC2, SimpleDB . " " , , - , , GET.

.: http://docs.amazonwebservices.com/AmazonSimpleDB/2007-11-07/DeveloperGuide/index.html?EventualConsistencySummary.html

, simpledb , , , , - ACID (, SQL Server), , , - , .

, , , . , - , , , , .

+4
0
source

All Articles