[Mono-bugs] [Bug 74292][Maj] Changed - HTTP applications are aborted early when processing the end event.

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Tue, 5 Apr 2005 16:11:08 -0400 (EDT)


Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.

Changed by gonzalo@ximian.com.

http://bugzilla.ximian.com/show_bug.cgi?id=74292

--- shadow/74292	2005-04-04 20:39:07.000000000 -0400
+++ shadow/74292.tmp.15885	2005-04-05 16:11:08.000000000 -0400
@@ -34,6 +34,27 @@
 Created an attachment (id=14807)
 patch
 
 
 ------- Additional Comments From miguel@ximian.com  2005-04-04 20:39 -------
 Assigning to Gonzalo.
+
+------- Additional Comments From gonzalo@ximian.com  2005-04-05 16:11 -------
+This is not a bug. It's a feature. You have a limited time to perform
+the shutdown. Have you tried your own test under windows with xsp and
+MS runtime? It does not do what you expect.
+
+I'm attaching a slightly modified version of your test so that
+Global.asax writes to a newly created file instead of Console.Out.
+
+The output file shows this after I press ENTER in the console running xsp:
+-----
+gonzalo@monowin1 /cygdrive/g/writeable
+$ cat applog.txt
+EndTest - Application Start
+EndTest - Application End [Started]
+
+gonzalo@monowin1 /cygdrive/g/writeable
+-----
+
+If you use the files I'm attaching, you'll also need to copy xsp.exe
+to the same directory and to the 'bin' directory to test under MS runtmie.