Mike
-
Consolidate developer resources (vids, examples, whitepapers, faqs, tool downloads) into one portal.
8 votes
Mike
gave this 1 vote
·
-
259 votesplanned ·
AdminHaris Majeed
(Admin, Microsoft Windows Azure)
responded
At PDC 2010, we announced Windows Azure AppFabric Caching – a distributed, in-memory cache for applications running in Windows Azure.
Based on Windows Server AppFabric Caching capabilities, it’s intended to significantly speed up access to data for your Windows Azure applications.
This feature is in CTP now, and should be generally available in 2011. You can find more details here:
Mike
gave this 1 vote
·
-
148 votes
Mike
gave this 1 vote
·
-
298 votes
Mike
gave this 2 votes
·
-
481 votesplanned ·
AdminHaris Majeed
(Admin, Microsoft Windows Azure)
responded
We do still intend to support secondary indexes. However, no firm timeline has been established for when that capability will be made available. Based on our most current information, secondary indexes are not going to be released as a feature in 2011.
Mike
gave this 1 vote
·
-
10 votes
Mike
gave this 3 votes
·
Mike
commented
·
The sleep/wake could allow for deploying or archiving a role such that it would no longer incur running and deployment costs. Instead, it would simply incur storage costs. This would remove the single point of failure of having to monitor queues from an outside system and use the management api to deploy and remove roles.
The more machines used to parallel process a task, the more this kind of cost rounding hurts the consumer. Say I can process a queue in 3 hours with 1 machine, throwing 3 instances at the problem maintains the same cost, but cuts the time to 1 hour. But throwing 6 machines at the problem doubles costs for the same total work and data center usage. Is the per-hour-billing a mechanism to throttle peak usage?