[Mono-bugs] [Bug 79892][Nor] New - System.Resources.ResourceManager performance issue
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Fri Nov 10 10:25:12 EST 2006
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 andriy.tkach at stu-electronics.com.
http://bugzilla.ximian.com/show_bug.cgi?id=79892
--- shadow/79892 2006-11-10 10:25:12.000000000 -0500
+++ shadow/79892.tmp.9091 2006-11-10 10:25:12.000000000 -0500
@@ -0,0 +1,49 @@
+Bug#: 79892
+Product: Mono: Class Libraries
+Version: 1.1
+OS: other
+OS Details: SUSE Linux 10.1
+Status: NEW
+Resolution:
+Severity:
+Priority: Normal
+Component: System
+AssignedTo: mono-bugs at ximian.com
+ReportedBy: andriy.tkach at stu-electronics.com
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: System.Resources.ResourceManager performance issue
+
+Description of Problem:
+
+Promblem is seen on the web application under load of many simultaneous
+connections. Our web application reads all captions from resource file.
+When we flood of our web app with requests captions sometimes are not
+loading since that our site looks very broken.( Web controls are loaded
+withoud captions.
+I've illustrated problem in a sample application attached to this bug.
+
+Steps to reproduce the problem:
+1. Deploy attached web application to an app server.
+2. Run requests-flooding-tool with several browser connection (40 in
+example) Effect might be seen on 10 users, even sometimes on 1 user (but
+rarely)
+ For instance:
+ ab2 -n10000 -c40 http://localhost/ResourceSample/index.aspx
+3. Access in parralel to loaded web application through webbrowser and
+periodically refresh it by F5
+4. See how captions got lost.
+
+Actual Results:
+
+
+Expected Results:
+Caption should be always seen.
+
+How often does this happen?
+every time
+
+Additional Information:
+Mono 1.1.18
More information about the mono-bugs
mailing list