Message from discussion
is luke the only / main dataflow-on-actors-in-erlang thing?
Received: by 10.204.149.65 with SMTP id s1mr4202224bkv.3.1351190431972;
Thu, 25 Oct 2012 11:40:31 -0700 (PDT)
X-BeenThere: erlang-programming@googlegroups.com
Received: by 10.204.9.135 with SMTP id l7ls3815900bkl.4.gmail; Thu, 25 Oct
2012 11:40:31 -0700 (PDT)
Received: by 10.204.127.19 with SMTP id e19mr4200640bks.4.1351190431713;
Thu, 25 Oct 2012 11:40:31 -0700 (PDT)
Received: by 10.204.127.19 with SMTP id e19mr4200638bks.4.1351190431696;
Thu, 25 Oct 2012 11:40:31 -0700 (PDT)
Return-Path: <erlang-questions-boun...@erlang.org>
Received: from hades.cslab.ericsson.net (hades.cslab.ericsson.net. [192.121.151.104])
by gmr-mx.google.com with ESMTP id t1si2100058bkt.1.2012.10.25.11.40.31;
Thu, 25 Oct 2012 11:40:31 -0700 (PDT)
Received-SPF: pass (google.com: domain of erlang-questions-boun...@erlang.org designates 192.121.151.104 as permitted sender) client-ip=192.121.151.104;
Authentication-Results: gmr-mx.google.com; spf=pass (google.com: domain of erlang-questions-boun...@erlang.org designates 192.121.151.104 as permitted sender) smtp.mail=erlang-questions-boun...@erlang.org
Received: from hades.cslab.ericsson.net (hades [192.121.151.104])
by hades.cslab.ericsson.net (Postfix) with ESMTP id 353245C28C;
Thu, 25 Oct 2012 20:40:24 +0200 (CEST)
X-Original-To: erlang-questi...@erlang.org
Delivered-To: erlang-questi...@erlang.org
Received: from n27.c07.mtsvc.net (n27.c07.mtsvc.net [205.186.180.27])
by hades.cslab.ericsson.net (Postfix) with ESMTP id B41A65C02E
for <erlang-questi...@erlang.org>; Thu, 25 Oct 2012 20:40:22 +0200 (CEST)
Received: from 99-34-191-219.lightspeed.irvnca.sbcglobal.net
([99.34.191.219]:53110 helo=[192.168.1.69])
by n27.c07.mtsvc.net with esmtpsa (TLS1.0:RSA_AES_128_CBC_SHA1:16)
(Exim 4.72) (envelope-from <J...@DUOMARK.COM>) id 1TRSLq-0000hA-Tf
for erlang-questi...@erlang.org; Thu, 25 Oct 2012 11:40:21 -0700
From: Jay Nelson <J...@DUOMARK.COM>
Date: Thu, 25 Oct 2012 11:40:17 -0700
Message-Id: <540D4D1D-1BD9-4D09-9758-C405D449635B@DUOMARK.COM>
To: erlang-questi...@erlang.org
Mime-Version: 1.0 (Apple Message framework v1085)
X-Mailer: Apple Mail (2.1085)
X-Authenticated-User: 98814 j...@duomark.com
X-Spam-Status: "score=-0.9 tests=ALL_TRUSTED,
TVD_RCVD_IP version=3.3.1 cmae=v=1.1
cv=K98t9XWp+AYCi6lF7XD9a+3nKM8JTnV5ouu5cbYUiy8= c=1 sm=0 a=PfmClfnb594A:10
a=3URoOQMv7JgA:10 a=kj9zAlcOel0A:10 a=NEAV23lmAAAA:8 a=vHG1nvcml-cB-q8E3ocA:9
a=CjuIK1q_8ugA:10 a=HpAAvcLHHh0Zw7uRqdWCyQ==:117"
X-Spam-Level:
Subject: Re: [erlang-questions] is luke the only / main
dataflow-on-actors-in-erlang thing?
X-BeenThere: erlang-questi...@erlang.org
X-Mailman-Version: 2.1.14
Precedence: list
List-Id: General Erlang/OTP discussions <erlang-questions.erlang.org>
List-Unsubscribe: <http://erlang.org/mailman/options/erlang-questions>,
<mailto:erlang-questions-requ...@erlang.org?subject=unsubscribe>
List-Archive: <http://erlang.org/pipermail/erlang-questions>
List-Post: <mailto:erlang-questi...@erlang.org>
List-Help: <mailto:erlang-questions-requ...@erlang.org?subject=help>
List-Subscribe: <http://erlang.org/mailman/listinfo/erlang-questions>,
<mailto:erlang-questions-requ...@erlang.org?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: erlang-questions-boun...@erlang.org
Sender: erlang-questions-boun...@erlang.org
I am working on an experimental dataflow-over-OTP project
called Erlang Services Platform (Erlang/SP). It is very immature
right now, but you can get a peek at http://github.com/duomark/erlangsp
The basic approach is to express a service as Co-operating Processes
(co-ops) using the digraph module to create a computational graph.
The coop modules populate the graph with processes.
v0.0.1 allows pipelines and fanouts (w/optional fan in) and support
for OTP sys commands on co-op processes.
Hopefully v0.0.2 will be out before the end of Nov with a real
example showing asynchronous gen_tcp behaviour as a
Co-op Service.
jay
_______________________________________________
erlang-questions mailing list
erlang-questi...@erlang.org
http://erlang.org/mailman/listinfo/erlang-questions