I find that the serialization of memory allocation frequently hides
race conditions. I would like to, at the very least, add an option to
disable the memory checks if not make the memory checks a completely
separate option. My knee jerk reaction to avoiding bikesheds is to
simply add it to my own tree and forget about it. However, this has
come up often enough that I feel that it warrants consideration.
Thoughts?
-Kip
_______________________________________________
freebsd-arch@xxxxxxxxxxx mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-arch
To unsubscribe, send any mail to "freebsd-arch-unsubscribe@xxxxxxxxxxx"
Re: share a structure array containing multidimensional char array ... When you want to deserialize/serialize a managed type to/from unmanaged memory, you have to use the same serializer/deserializer at both sides, that means you also need to use .NET to serialize/deserialize at the C++ side. ... Besides the structures, you also have to store the number of structures serialized to the shared memory buffer and the size of the individual structure members, without this info it's impossible for the reader to determine the number of array members and the size of the structure members. ... HANDLE hKernel;... > Mapping a datastructure, whatever it's type, in a serialization.... (microsoft.public.dotnet.languages.csharp)
Re: share a structure array containing multidimensional char array ...memory, you have to use the same serializer/deserializer at both sides, that ...Deserialization Error:... C++ code doesnot make any serialization.... instance as an int value at the start of the MM segment. ... (microsoft.public.dotnet.languages.csharp)
Re: Write class/struct object to file ... the code can not directly access memory which is totally ...Serialization feature as Sam suggested. ... Here are some articles introducing .net binary serialization:...Microsoft MSDN Online Support Lead... (microsoft.public.dotnet.languages.csharp)
How do I copy NONSERIALIZED fields and properties of an object? ... To make deep clone of object I often use a serialization...memory, to make a copy. ...Public Sub CopiaFieldsNotSerialized(ByVal Destinazione As Object, ... - Another problem is breaking circular reference.... (microsoft.public.dotnet.framework.performance)
Re: GC, Windows or Design problem? ... this amount of memory (don't know how large it ...managed heap cannot grow to accommodate the collection. ... why did it work on the server?... collection of that size, during serialization, the GC heap could shrink ... (microsoft.public.dotnet.languages.csharp)