Chrisa23
unread,Aug 31, 2010, 2:50:38 PM8/31/10Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to retlang-dev
I have been avoiding the Request-Reply channels so far because I have
wanted to look at trying to keep things completely asynchronous. This
may or may not be a good idea in all cases, but my project is for
personal learning/experimentation, so I am free to make lots of
mistakes along the way...
One of the patterns I have been using for Request/Reply type
functionality is a message with a channel for asynchronous reply. So
far, this has been a very useful pattern, and I use it for things like
price subscriptions, backtest jobs, etc... I think I have seen
mention of people doing this, but don't remember where...
Is anyone else using this pattern or something similar?