Thread Serialization

There are several project that have proposed mecanism for the transmission/storage of computation (i.e. thread serialization) is Java. Is there any equivalent in .Net ? (any equivalent expected with .Net 2.0 ?).
Thanks in advance,
Joannès Vermorel
[263 byte] By [JoannesVermorel] at [2008-2-10]
# 1
Hi,

This is not possible primarily because you would need to write the entire stack associated with the Thread (function stack of the Thread) to disk and all objects referenced would also need to be serializable.

There has been no equivalents to what Java provides in .NET and nothing of this sort has been announced for .NET 2.0 as well.

Regards,
Vikram

Vikram at 2007-9-9 > top of Msdn Tech,.NET Development,.NET Remoting and Runtime Serialization...
# 2

As far as I am aware, there are just proposals or research projects in the Java space.

I don't think Tiger supports this.

It could see it is an interesting thing to explore, but we have no current plans for this.

douglasp at 2007-9-9 > top of Msdn Tech,.NET Development,.NET Remoting and Runtime Serialization...

.NET Development

Site Classified