You cannot post messages because only members can post, and you are not currently a member.
Description:
Discussions around CloudCache service (more info at http://quetzall.com.), including support, API, authentication, feature requests, feedback, etc.
|
|
|
.net library
|
| |
is there a .net library available for cloudcache?
|
|
Problem with Upgrading to Paid Account
|
| |
I upgraded to a paid account recently. I went through the Amazon signup, paid the tiny fee to get it started, but then when I get back to my account panel, it continues to show that I should upgrade to a paid account. Any help on getting my account upgraded?
|
|
Hosting on Linode / Slicehost - does it really makes sense to use CloudCache?
|
| |
Looks like a filler in the cloud space - but does it really work for a real usage? Where is your service hosted? If am hosting on Linode / Slicehost or any other hosting provider, querying cloud cache over the network is too expensive than having my own setup locally, isn't it? Can you clarify if it makes sense to use your service from any hosting... more »
|
|
Java GetMulti?
|
| |
It doesn't look like the java client supports getmulti. I'm sure I
could figure out how to modify the code to use it, but is that
something that will be added to the base distribution? This is pretty
important for us.
|
|
ActiveSupport::Cache and CloudCache
|
| |
If you've already been using ActiveSupport::Cache in your Ruby on
Rails app, then you'll only need to change one line to use CloudCache:
config.cache_store = CloudCache.new(CC_ACCESS_KEY, CC_SECRET_KEY)
However if you're looking for places in your code to cache, here are
some great resources:... more »
|
|
Pricing
|
| |
I see the pricing is per MB. Is this pricing.
$0.05/MB of Bandwidth in and out?
$0.05/MB of data stored?
The way I see it if you charge for either one it could easily be
abused by the other case. Also what is the overhead in terms of
storage? If you created a cache with a 5 byte key and a 5 byte value,... more »
|
|
Latency
|
| |
Quetzal's website quotes "1.5 ms" latency but I don't have enough
context to fully understand what the latency is between. Is that 1.5ms
from request receipt, to beginning of response, or does it take into
account the cross Ec2 instance overhead/latency? If the latter, that
feels faster than Ec2 instances are able to talk to eachother.... more »
|
|
CloudCache for Ruby on Rails!
|
| |
Please find the Ruby on Rails language bindings for CloudCache at
[link] .
Also, please report any issues, enhancement request, etc., here.
Cheers!
m
|
|
cloud-cache-php
|
| |
The PHP package for CloudCache is now available as open source under
Apache License version 2 at [link]
. This has been tested and verified against both Amazon and Slicehost
([link] ).
Thanks Nilesh!
m
|
|
cloudcache-java
|
| |
The Java library for CloudCache is up on google code and is available
as open-source under the Apache Licesnse version 2. See here -
[link]
Thanks Travis!
Cheers,
m
|
|
|