On 08/03/2012 00:22, Mathias Gaunard wrote:
> Hi,
Hi,
> Following my invitation at LRDE today from Alexandre Borghi, I was
> curious about SCOOP v2.
>
> I've only been able to find this presentation
> <http://www.lrde.epita.fr/dload/techrep/techrep0601.pdf>
On the Publication section of our web site:
http://www.lrde.epita.fr/cgi-bin/twiki/view/Publications/InConference
just search for "scoop".
> I was surprised to see that the mechanism being described at the end of
> the presentation was similar to Boost.Dispatch, a library that I have
> developed with Joel Falcou as part of the NT² library and that I plan to
> submit to the Boost C++ Libraries.
>
I do not know Boost.Dispatch. FYI we use static dispatches in
our library since about 2001.
> Unfortunately I wasn't able to understand what it exactly does and how
> it works due to the pseudo-code being used.
First read the 2003 paper about SCOOP, I'm sure it will help ;-)
> Could someone tell me where to find a more technical example of what it
> exactly does and whether evolutions have been made?
Unfortunately we do not have any materials on how we have
simplified SCOOP 2. We'll let you know when such info will
be available.
> Thank you.
You're welcome.
Cheers,
théo
Hi,
Following my invitation at LRDE today from Alexandre Borghi, I was
curious about SCOOP v2.
I've only been able to find this presentation
<http://www.lrde.epita.fr/dload/techrep/techrep0601.pdf>
I was surprised to see that the mechanism being described at the end of
the presentation was similar to Boost.Dispatch, a library that I have
developed with Joel Falcou as part of the NT² library and that I plan to
submit to the Boost C++ Libraries.
Unfortunately I wasn't able to understand what it exactly does and how
it works due to the pseudo-code being used.
Could someone tell me where to find a more technical example of what it
exactly does and whether evolutions have been made?
Thank you.