Sign in
Eugenio Pace
Preparing to be wrong
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Tags
.NET Services
Access Control Service
ACID
ACS
ADFS
a-Expense
ALM
Amazon EC2
Architecture
Argentina
Azure
Azure Services Platform
Azure Table Storage
Blob
Claims
Claims Guide
claims transformation
Concurrency
Cost
DI
Federated Identity
Federated Ientity
Federation Provider
Geneva
GeoRSS
Google
Identity
Identity Provider
Interop
Intuit
IssueTracker
IT-S
Mobile
MVC
OpenID
OpenSSO
Other
PaaS
Pages
Parallel processing
patterns & practices
patterns & practices
patterns &
PDC09
practices
RIA
RIA Services
roadmap
S+S
S+S_Build
S+S_Run
SaaS
SaaS Management
SAML
scalability
SDS
SDSS
Security
session
SharePoint
Silverlight
SiteMinder
Sitka
Smart Client
SQL Azure
SQL Server Data Services
SSDS
SSO
symposium
Tailspin
TDD
Tivoli
Tivoli FIM
Transactions
Unit Of Work
Unity
Virtual Earth
WAG
Web Client
web role
WebSSO
WIF
Windows Azure
Windows Azure Architecture Guide
Windows Azure Cost
Windows Azure Queues
Windows Azure Worker
Windows Phone 7
Workplace
Browse by Tags
MSDN Blogs
>
Eugenio Pace
>
All Tags
>
windows azure worker
Tagged Content List
Blog Post:
Windows Azure Architecture Guide – Part 2 – Saving surveys in Tailspin
Eugenio Pace - MSFT
As I wrote in my previous post, different sites in TailSpin have different scalability needs. The public site, where customers complete surveys, would probably have need to scale to a large number of users. The first consequence in the design is the separation of this website into a specific web role...
on
9 Jun 2010
Blog Post:
Windows Azure Guidance – The “Get”, “Delete” pattern for reading messages from queues
Eugenio Pace - MSFT
Fabio asked me on twitter “why there’re no dequeue , peek and enqueue on Windows Azure Queues?” One of the most common patterns for interactions with queues is this: You get the message from the queue. This is not a “dequeue”, even though it looks like one. It is more a “peek &...
on
11 May 2010
Blog Post:
Windows Azure Guidance – Failure recovery and data consistency – Part II
Eugenio Pace - MSFT
I had some great answers on my previous post question, like Simone ’s. Some where closer than others, but in general you got it right, Thanks! The recovery strategy depicted there assumes that all failures are external . That is, writing to a table fails, for example, and you have a chance to run the...
on
2 May 2010
Blog Post:
Windows Azure Guidance - Additional notes on failure recovery on Windows Azure
Eugenio Pace - MSFT
Things will eventually fail in your application and you need to be prepared. So most components should be designed for something going wrong and recover gracefully (or as gracefully as possible) and leaving the system in a consistent state (eventually in some cases). In this post I wrote about dealing...
on
29 Apr 2010
Blog Post:
Windows Azure Guidance – New Code & Doc drop on CodePlex
Eugenio Pace - MSFT
We are almost content complete for our first Windows Azure Architecture Guide (the most probable name for our book). Available for download today: New updated samples, including all file processing and background tasks (lot’s of small nuggets in there, such as use of multiple tasks in a single Worker...
on
26 Apr 2010
Blog Post:
Windows Azure Guidance – Background Processing III (creating files for another system)
Eugenio Pace - MSFT
Last week Scott walked me through his current design for the “Integration Service” in our sample. Here’s some preview of this early thinking. As a reminder, our fictitious scenario has a process that runs every once in a while and generates flat files for some other system to process: it simply scans...
on
18 Apr 2010
Blog Post:
Windows Azure Guidance – Background processing II – One worker, two workers, …
Eugenio Pace - MSFT
Question for you: if your application has 2 “background” task to perform, do you implement this as 2 distinct workers? or as 1 worker with 2 responsibilities? Option 1 is straight forward. Option 2 requires more work, but … does it make sense? It turns out that it does make sense. In some cases it makes...
on
14 Apr 2010
Page 1 of 1 (7 items)