Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 16 Jan 2015 19:03:47 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 196809] New port: devel/=?UTF-8?Q?caf=20C=2B=2B=20Actor=20Framework=E2=80=9D?=
Message-ID:  <bug-196809-13@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D196809

            Bug ID: 196809
           Summary: New port: devel/caf C++ Actor Framework=E2=80=9D
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: freebsd-ports-bugs@FreeBSD.org
          Reporter: vallentin@icir.org

Created attachment 151748
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D151748&action=
=3Dedit
shar file

An Open Source Implementation of the Actor Model in C++.

Actors in CAF are lightweight, consist of only a few hundred bytes, and
are cooperatively managed by a state-of-the-art, work-stealing
scheduler. You can spawn millions of actors if you want to.

CAF offers a network-transparent message passing. Actors can talk to
each other, no matter where they've been spawned. You do the hard part
of implementing your app, CAF takes care of the low-level side of
things. CAF allows you to transparently connect actors running on
different machines and OSes via the network. It integrates multiple
computing devices such as multi-core CPUs, GPGPUs, and even embedded
hardware.

WWW: http://www.actor-framework.org

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-196809-13>