One of the more important aspects of Message Based Architecture is the fact that messages can be re-ordered. I am used to that, but this still had me chuckling.
Truth you say. Having messages received multiple times (at least once) and receiving them reordered are two main 'features' of messaging very frequently forgotten by programmers.
You can always have it Paxos-ed ;-)
Glad to see RavenDB article in upcoming November 2011 MSDN Magazine... “Embedding RavenDB into an ASP.NET MVC 3 Application,” by Justin Schwartzenberger, which explores the .NET/Windows-centric document data store solution RavenDB. It’s worth noting that Julie Lerman’s Data Points column courts a little NoSQL love as well, with her exploration of NoSQL document databases and their capabilities. http://blogs.msdn.com/b/msdnmagazine/archive/2011/10/26/10230308.aspx
Comment preview
Comments have been closed on this topic.
Markdown formatting
ESC to close
Markdown turns plain text formatting into fancy HTML formatting.
Phrase Emphasis
*italic* **bold**
_italic_ __bold__
Links
Inline:
An [example](http://url.com/ "Title")
Reference-style labels (titles are optional):
An [example][id]. Then, anywhere
else in the doc, define the link:
[id]: http://example.com/ "Title"
> Email-style angle brackets
> are used for blockquotes.
> > And, they can be nested.
> #### Headers in blockquotes
>
> * You can quote a list.
> * Etc.
Horizontal Rules
Three or more dashes or asterisks:
---
* * *
- - - -
Manual Line Breaks
End a line with two or more spaces:
Roses are red,
Violets are blue.
Fenced Code Blocks
Code blocks delimited by 3 or more backticks or tildas:
```
This is a preformatted
code block
```
Header IDs
Set the id of headings with {#<id>} at end of heading line:
## My Heading {#myheading}
Tables
Fruit |Color
---------|----------
Apples |Red
Pears |Green
Bananas |Yellow
Definition Lists
Term 1
: Definition 1
Term 2
: Definition 2
Footnotes
Body text with a footnote [^1]
[^1]: Footnote text here
Abbreviations
MDD <- will have title
*[MDD]: MarkdownDeep
FUTURE POSTS
NTFS has an emergency stash of disk space - one day from now
Challenge: Giving file system developer ulcer - 4 days from now
RavenDB 7.1: Next-Gen Pagers - 11 days from now
RavenDB 7.1: Write modes - 13 days from now
RavenDB 7.1: Reclaiming disk space - 15 days from now
And 1 more posts are pending...
There are posts all the way to Feb 17, 2025
RECENT SERIES
Challenge
(77): 20 Jan 2025 - What does this code do?
Answer
(13): 22 Jan 2025 - What does this code do?
Comments
wish my builds were that quick :)
Almost a day to BUILD a project.
Truth you say. Having messages received multiple times (at least once) and receiving them reordered are two main 'features' of messaging very frequently forgotten by programmers. You can always have it Paxos-ed ;-)
Neutrino-based build process
You can call it The Gelmini Building Process: http://articles.businessinsider.com/2011-09-28/europe/30211654_1_relativity-cern-scientific-research
ooh boys, i'm so happy to be italian these days :-(
/facepalm
Glad to see RavenDB article in upcoming November 2011 MSDN Magazine... “Embedding RavenDB into an ASP.NET MVC 3 Application,” by Justin Schwartzenberger, which explores the .NET/Windows-centric document data store solution RavenDB. It’s worth noting that Julie Lerman’s Data Points column courts a little NoSQL love as well, with her exploration of NoSQL document databases and their capabilities. http://blogs.msdn.com/b/msdnmagazine/archive/2011/10/26/10230308.aspx
Comment preview