Saturday, 11 December 2010

Cache and Tickle

Started experimenting with Google MemCache.

The Task Queue maximum task size was limiting the amount of data I could post to a Queue.
So I moved to putting the data in the Data Store then sending a tickler to the Queue handler.

However this produced several data store errors with contention for the records I was updating.

I'm trying to solve this by transporting the data using MemCache.

It's not absolutely crucial that the data be there.

No comments:

Post a Comment