[Mono-bugs] [Bug 79876][Nor] Changed - FormsAuthentication.SignOut() bug

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Thu Aug 30 18:59:47 EDT 2007


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 mhabersack at novell.com.

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

--- shadow/79876	2007-02-19 15:38:57.000000000 -0500
+++ shadow/79876.tmp.24490	2007-08-30 18:59:47.000000000 -0400
@@ -1,13 +1,13 @@
 Bug#: 79876
 Product: Mono: Class Libraries
 Version: unspecified
 OS: other
 OS Details: SUSE 10.1
-Status: NEW   
-Resolution: 
+Status: RESOLVED   
+Resolution: FIXED
 Severity: Unknown
 Priority: Normal
 Component: Sys.Web
 AssignedTo: mhabersack at novell.com                            
 ReportedBy: andriy.tkach at stu-electronics.com               
 QAContact: mono-bugs at ximian.com
@@ -146,6 +146,93 @@
 with shows out problem.
 
 ------- Additional Comments From andriy.tkach at stu-electronics.com  2006-11-24 07:18 -------
 Created an attachment (id=18145)
 with uncommented logout
 
+
+------- Additional Comments From mhabersack at novell.com  2007-08-30 18:59 -------
+According to the test results shown below, the bug no longer exists in
+svn trunk:
+
+Test without FormsAuthentication.SignOut:
+
+> httperf --wsesslog=1000,0.0,httperf.session --hog --port 8080
+--session-cookie
+httperf --hog --client=0/1 --server=localhost --port=8080 --uri=/
+--send-buffer=4096 --recv-buffer=16384 --session-cookies
+--wsesslog=1000,0.000,httperf.session
+httperf: warning: open file limit > FD_SETSIZE; limiting max. # of
+open files to FD_SETSIZE
+Maximum connect burst length: 1
+
+Total: connections 1000 requests 4000 replies 4000 test-duration 12.104 s
+
+Connection rate: 82.6 conn/s (12.1 ms/conn, <=2 concurrent connections)
+Connection time [ms]: min 5.7 avg 12.1 max 1610.8 median 9.5 stddev 50.8
+Connection time [ms]: connect 0.3
+Connection length [replies/conn]: 4.000
+
+Request rate: 330.5 req/s (3.0 ms/req)
+Request size [B]: 222.0
+
+Reply rate [replies/s]: min 268.2 avg 323.5 max 378.8 stddev 78.2 (2
+samples)
+Reply time [ms]: response 1.6 transfer 0.0
+Reply size [B]: header 350.0 content 1116.0 footer 0.0 (total 1466.0)
+Reply status: 1xx=0 2xx=4000 3xx=0 4xx=0 5xx=0
+
+CPU time [s]: user 0.80 system 10.22 (user 6.6% system 84.5% total 91.0%)
+Net I/O: 545.1 KB/s (4.5*10^6 bps)
+
+Errors: total 0 client-timo 0 socket-timo 0 connrefused 0 connreset 0
+Errors: fd-unavail 0 addrunavail 0 ftab-full 0 other 0
+
+Session rate [sess/s]: min 67.00 avg 82.62 max 94.61 stddev 19.52
+(1000/1000)
+Session: avg 1.00 connections/session
+Session lifetime [s]: 0.0
+Session failtime [s]: 0.0
+Session length histogram: 0 0 0 0 1000
+
+--------------------
+
+Test with FormsAuthentication.SignOut:
+
+> httperf --wsesslog=1000,0.0,httperf.session --hog --port 8080
+--session-cookie
+httperf --hog --client=0/1 --server=localhost --port=8080 --uri=/
+--send-buffer=4096 --recv-buffer=16384 --session-cookies
+--wsesslog=1000,0.000,httperf.session
+httperf: warning: open file limit > FD_SETSIZE; limiting max. # of
+open files to FD_SETSIZE
+Maximum connect burst length: 1
+
+Total: connections 1000 requests 4000 replies 4000 test-duration 12.453 s
+
+Connection rate: 80.3 conn/s (12.5 ms/conn, <=2 concurrent connections)
+Connection time [ms]: min 5.8 avg 12.5 max 1985.1 median 9.5 stddev 62.6
+Connection time [ms]: connect 0.3
+Connection length [replies/conn]: 4.000
+
+Request rate: 321.2 req/s (3.1 ms/req)
+Request size [B]: 222.0
+
+Reply rate [replies/s]: min 237.0 avg 307.2 max 377.4 stddev 99.3 (2
+samples)
+Reply time [ms]: response 1.7 transfer 0.0
+Reply size [B]: header 367.0 content 1116.0 footer 0.0 (total 1483.0)
+Reply status: 1xx=0 2xx=4000 3xx=0 4xx=0 5xx=0
+
+CPU time [s]: user 0.17 system 10.85 (user 1.3% system 87.2% total 88.5%)
+Net I/O: 535.5 KB/s (4.4*10^6 bps)
+
+Errors: total 0 client-timo 0 socket-timo 0 connrefused 0 connreset 0
+Errors: fd-unavail 0 addrunavail 0 ftab-full 0 other 0
+
+Session rate [sess/s]: min 59.20 avg 80.31 max 94.41 stddev 24.89
+(1000/1000)
+Session: avg 1.00 connections/session
+Session lifetime [s]: 0.0
+Session failtime [s]: 0.0
+Session length histogram: 0 0 0 0 1000
+


More information about the mono-bugs mailing list