TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

RudyMQ – A message queue in .NET

29 pointsby aashishkoiralaabout 11 years ago

2 comments

lafar6502about 11 years ago
nice, but this line<p>var receiveOperation = queue.StartReceiving&lt;MyMessage&gt;(100, &#x2F;* poll every 100 ms *&#x2F;<p>shows that you are polling the queue for new messages. Why such inefficient technique? And BTW it looks like there&#x27;s no support for transactional operations. This is indeed a rudimentary queue ;)
评论 #7435457 未加载
评论 #7435495 未加载
csharpdudeabout 11 years ago
Interesting. I have to be honest I did not know about the whole reader&#x2F;writer lock support. I was accustomed to just using the &quot;lock&quot; keyword.
评论 #7435289 未加载