|
|
| Author |
Message |
< Advanced Erlang/OTP ~ Stream processing / Dataflow programming |
| cschx |
Posted: Thu Mar 05, 2009 4:37 pm |
|
|
|
Joined: 23 May 2008
Posts: 4
|
Can anyone point me to some existing work on using Erlang for stream processing / dataflow programming? I'm trying to write functions that take a continuous binary stream and produce a second stream as output, where multiple streams can be composed in various ways, etc.
Many thanks. |
|
|
| Back to top |
|
| uwiger |
Posted: Thu Mar 05, 2009 5:40 pm |
|
|
|
User
Joined: 03 Jul 2006
Posts: 604
Location: Sweden
|
cschx wrote: Can anyone point me to some existing work on using Erlang for stream processing / dataflow programming? I'm trying to write functions that take a continuous binary stream and produce a second stream as output, where multiple streams can be composed in various ways, etc.
I recommend that you google the words "erlang" and "middle-man". Middle-man processes are great for stream processing in Erlang, and especially if you have different processing steps that you want to combine.
http://www.erlang.org/pipermail/erlang-questions/2004-May/012253.html is perhaps one of the better explanations of the concept.
BR,
Ulf W |
|
|
| Back to top |
|
| cschx |
Posted: Fri Mar 06, 2009 5:05 pm |
|
|
|
Joined: 23 May 2008
Posts: 4
|
| Thanks, this is a good start. |
|
|
| Back to top |
|
|
|
All times are GMT
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You cannot attach files in this forum You cannot download files in this forum
|
|
|