POS

Kelly Murray kem@Franz.COM
Mon, 12 May 1997 12:13:32 -0700


> From: marcus@cathcart.sysc.pdx.edu (Marcus G. Daniels)
> BS> If you mean by this that if when I have 10 threads going, and I
> BS> shutdown and and restart then I still have those ten threads
> BS> running, then I'm looking for the same thing.
>
> That's what I want alrighty.

Hmm, what does persistent threading state buy you?

I'd guess it has something to do with continuations and closures?

I think you get into trouble being able to easily share information
between machines/address-spaces if a computational state is a critical
part of the information that must be shared.

-kelly