Questions tagged [memcachedb]

MemcacheDB is a distributed key-value storage system designed for persistent. It uses Berkeley DB as a storing backend,so features as transaction and replication are supported.

37 questions
0
votes
0 answers

How to avoid memcached to cache a web page when an application error occurs?

me and my team are getting mad over this. We perform full-page caching on the webpages of our website. Everythings works fine, but when an application error occurs memcached starts caching blank pages, then served to end users until they…
0
votes
1 answer

DataBase for scheduling notification (maybe store in RAM - radis, memcashedb)

I have a lot of data types - datetime, e-mail, data - for sending notification. If I use the normal database, I need to poll the database by surveying every second. Please, help me with choice of architecture. I want store this data in RAM - maybe…
couatl
  • 416
  • 4
  • 14
0
votes
2 answers

Worrying about scalability of a new site

I am building a webapp that has the following characteristics: It only has a small number of pages, home,contact us, about,singup,etc. Each user has one jquery-based page that allows them to drag/drop/manipulate DOM elements. When a user has…
Steve Claridge
  • 10,650
  • 8
  • 33
  • 35
0
votes
1 answer

implement memchached on Asp.net 4.0

I am new in memchached concept. I search everywhere but i couldn't find anything how to implement in ASP.net 4.0. Can anyone tell me about the right concept. I successfully installed memchached Server in services.msc Now what to do after this step.…
ankit Gupta
  • 313
  • 1
  • 5
  • 19
0
votes
1 answer

Couchbase. need help to run the sample code

I have installed the Couchbase server. The screen shot of the same is as follows Reference Image 1 ( https://docs.google.com/open?id=0B8I81mZUeK_XdUhRUkFmZ1lNdU0 ) Reference Image 2 ( https://docs.google.com/open?id=0B8I81mZUeK_XOC1Rb0N6Q29kYUU…
user1003676
  • 87
  • 1
  • 3
  • 9
-1
votes
2 answers

Storing Session State in an ASP.Net Web Farm (Memcachedb or...?)

We have an ASP.Net [MVC] web farm (Windows Server 2008 R2 running IIS). For which we want to share session state across each box. I'm aware that we can do this with SQL Server, but understand that there is an overhead to this (someone mentioned a…
isNaN1247
  • 17,793
  • 12
  • 71
  • 118
-1
votes
2 answers

NoSQL/Document Store Searching

I have researching NoSQL for a while, but I am still struggling to wrap my head around searching and filtering results/documents. In a NoSQL world, how would I find all data within two timestamps for example? If everything is stored on a key/value…
Gcoop
  • 3,372
  • 4
  • 26
  • 35
1 2
3