https://bugzilla.novell.com/show_bug.cgi?id=632600

https://bugzilla.novell.com/show_bug.cgi?id=632600#c4


Marek Habersack <mhabers...@novell.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |CLOSED
         Resolution|                            |WONTFIX
           Severity|Major                       |Normal

--- Comment #4 from Marek Habersack <mhabers...@novell.com> 2011-04-19 00:39:27 
CEST ---
You can have several applications pointing to the same virtual directory if the
application virtual directories have different names. This is incorrect:

mono-instance_1
   / -> /my/physical/dir

mono-instance_2
   / -> /my/physical/dir

it will result in the two instances overwriting each other's files. This is
correct:

mono-instance_1
   /App1 -> /my/physical/dir

mono-instance_2
   / -> /my/physical/dir

Make sure your operating system doesn't periodically clean the /tmp directory,
as well.

I don't know which Mono version you use, but I recommend to update to at least
2.8 as there were many issues resolved there.

-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
_______________________________________________
mono-bugs maillist  -  mono-bugs@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-bugs

Reply via email to