[Isolate-interest] questions about strawman 13

Godmar Back gback@cs.vt.edu
Mon, 10 Jan 2005 16:59:27 -0500


In the strawman 13 API
(http://bitser.net/isolate-interest/egmeetings/m20041027.html#Terminology
)
I notice the absence of methods to create sendable I/O objects.

Is the intention that objects that are sendable (FileOutputStream,
etc.) simply be marked Sendable, and that specifying just which
objects are sendable is now considered outside the scope of JSR-121?

Related to that, what is the specification for start links?  The old
spec draft had some examples of how to do the equivalent of "foo > a"
using start isolate messages - could someone spec out how to do the
same using the latest strawman API?

Thanks!

 - Godmar