Thread Serialization
Thanks in advance,
Joannès Vermorel
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
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.