|
|
| Author |
Message |
|
| ketralnis |
Posted: Wed Dec 26, 2007 9:30 pm |
|
|
|
User
Joined: 20 Jul 2007
Posts: 151
Location: San Francisco, CA
|
|
| Back to top |
|
| Guest |
Posted: Thu Dec 27, 2007 1:50 am |
|
|
|
Guest
|
The volume was low on that recording. I hope you could hear it well.
Yariv
On Dec 26, 2007 1:18 PM, David King <dking@ketralnis.com> wrote:
>
> This made it to bayfb, but to those not on that list, here's a
> presentation (video and slides) that Yariv gave about Erlyweb.
>
> Begin forwarded message:
>
> > From: "Mike Wells" <mike.wells@gmail.com>
> > Date: 26 December, 2007 09:54:23 PST
> > To: bayfp@googlegroups.com
> > Subject: [bayfp] ErlyWeb video and slides
> > Reply-To: bayfp@googlegroups.com
> >
> >
> > I've posted the video and slides from Yariv's ErlyWeb presentation at
> > the December 6th meeting.
> >
> > http://www.bayfp.org/blog/2007/12/25/yariv-sadan-on-erlyweb-video-and-slides/
> >
> > Sorry it took so long.
> >
> > Mike
> >
> >
>
> >
>
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "erlyweb" group.
To post to this group, send email to erlyweb@googlegroups.com
To unsubscribe from this group, send email to erlyweb-unsubscribe@googlegroups.com
For more options, visit this group at http://groups.google.com/group/erlyweb?hl=en
-~----------~----~----~----~------~----~------~--~---
Post recived from mailinglist |
|
|
| Back to top |
|
| Guest |
Posted: Thu Dec 27, 2007 9:27 pm |
|
|
|
Guest
|
A few comments on the part about when messages are copied
between process heaps:
- The general rule is that message passing is always
_conceptually_ copying. If/when the data is actually copied
may vary. For example, large binaries are not copied when
passed in a message, but are copied if changed. Small binaries
are kept on the heap and copied when passed in messages.
- The shared heap implementation didn't do anything special
at compile-time, but really did have one global heap shared by
all processes. The idea was to have a incremental garbage
collector, but this work was never finished.
- The (also experimental) hybrid heap implementation also has
a shared heap, but the shared heap is only used for data that
is passed in messages, and it's garbage-collected like all other
process heaps. Initially, data is copied to the shared heap the
first time it's sent in a message; if it is included in another
message, it needn't be copied again. The compiler could
potentially figure out if data is to be sent in a message, and
could then instruct the VM to create it on the shared heap.
This hasn't been implemented yet.
BR,
Ulf W
2007/12/27, Yariv Sadan <yarivsadan@gmail.com>:
>
> The volume was low on that recording. I hope you could hear it well.
>
> Yariv
>
> On Dec 26, 2007 1:18 PM, David King <dking@ketralnis.com> wrote:
> >
> > This made it to bayfb, but to those not on that list, here's a
> > presentation (video and slides) that Yariv gave about Erlyweb.
> >
> > Begin forwarded message:
> >
> > > From: "Mike Wells" <mike.wells@gmail.com>
> > > Date: 26 December, 2007 09:54:23 PST
> > > To: bayfp@googlegroups.com
> > > Subject: [bayfp] ErlyWeb video and slides
> > > Reply-To: bayfp@googlegroups.com
> > >
> > >
> > > I've posted the video and slides from Yariv's ErlyWeb presentation at
> > > the December 6th meeting.
> > >
> > > http://www.bayfp.org/blog/2007/12/25/yariv-sadan-on-erlyweb-video-and-slides/
> > >
> > > Sorry it took so long.
> > >
> > > Mike
> > >
> > >
> >
> > >
> >
>
> >
>
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "erlyweb" group.
To post to this group, send email to erlyweb@googlegroups.com
To unsubscribe from this group, send email to erlyweb-unsubscribe@googlegroups.com
For more options, visit this group at http://groups.google.com/group/erlyweb?hl=en
-~----------~----~----~----~------~----~------~--~---
Post recived from mailinglist |
|
|
| 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
|
|
|