[Mono-dev] [PATCH] Less sharing between AppDomains

Mark Probst mark.probst at gmail.com
Fri Apr 10 11:44:07 EDT 2009


Hi,

The first patch moves the NumberFormatter out of Thread.  As it is now,
the NumberFormatter is shared between AppDomains.

The second patch makes sure that an array obtained in another AppDomain
is not retained in the calling domain but copied.

Mark
-------------- next part --------------
A non-text attachment was scrubbed...
Name: number-formatter.diff
Type: text/x-patch
Size: 2836 bytes
Desc: not available
Url : http://lists.ximian.com/pipermail/mono-devel-list/attachments/20090410/5d5add07/attachment.bin 
-------------- next part --------------
A non-text attachment was scrubbed...
Name: cross-domain-data.diff
Type: text/x-patch
Size: 748 bytes
Desc: not available
Url : http://lists.ximian.com/pipermail/mono-devel-list/attachments/20090410/5d5add07/attachment-0001.bin 


More information about the Mono-devel-list mailing list