[Mono-devel-list] session_end Event (global.asax)

Miguel de Icaza miguel at ximian.com
Fri Jul 22 16:14:41 EDT 2005


Hello,

> Is it generally a good idea to use Mono on Windows? I am seeing a lot of 
> problems, e.g.:
> 1. "Some sort of w32 error occurred: 10053" when a socket client closes a 
> connection

Do you have a way of reproducing this problem?

The error in question is:

	An established connection was aborted by the software in your
	host machine.

> 2. I cannot copy a dll into the bin-directory while XSP is running (i.e. hot 
> deployment does not work). Even on Linux I get a assertion failure in 
> loader.c

Yes, this is because we currently do not implement a mechanism in which
we copy the contents of the Bin directory elsewhere and use those, so
those contents are "live".  

This is a difference in implementations, we should look into fixing this
at some point.  Could you file a bug report please?

> 3. When changing an aspx file sometimes the file gets locked and I cannot 
> edit it without restarting the XSP server

Do you have more details about this problem?  How can we reproduce this?

> Should I file these as Bugs or is the Windows implementation generally well 
> behind the Linux implementation?

Filing bugs is the best way of getting these things fixed, and we will
be happy to fix them.




More information about the Mono-devel-list mailing list