dotgnu-pnet
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Dotgnu-pnet] [bug #13443] static FileStream not written to disk on exit


From: Thomas Uxiou
Subject: [Dotgnu-pnet] [bug #13443] static FileStream not written to disk on exit without Close()
Date: Sun, 19 Apr 2009 22:00:14 +0000
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en; rv:1.9.0.8) Gecko/20080528 Epiphany/2.22 Firefox/3.0

Follow-up Comment #6, bug #13443 (project dotgnu-pnet):

Automatic deterministic resource release does not exist, short of an
AppDomain unload and "using".

Mono and Pnet both try to minimize the number of orphan objects but there
simply is no general way (circular dependencies ...) to do so.

Mono tries to finalize "static" objects but isn't deteministic in doing so
(at least not obviously so from an application developer's POV).

Pnet doesn't even try to finalize "static" objects and is thus deteministic
*g*.

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?13443>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/





reply via email to

[Prev in Thread] Current Thread [Next in Thread]