[Mono-bugs] [Bug 72272][Min] Changed - DefaultWsdlHelpGenerator performance
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Tue, 8 Feb 2005 15:37:13 -0500 (EST)
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 lluis@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=72272
--- shadow/72272 2005-02-08 14:55:47.000000000 -0500
+++ shadow/72272.tmp.10556 2005-02-08 15:37:12.000000000 -0500
@@ -50,6 +50,11 @@
You should be able to verify with the test file or at the following URL:
http://67.160.5.155/TAGMLWS/ClientManager.asmx
------- Additional Comments From tgraupmann@yahoo.com 2005-02-08 14:55 -------
Also, caching should only occur when either the web service is
restarted or Web.config is changed.
+
+------- Additional Comments From lluis@ximian.com 2005-02-08 15:37 -------
+This is not a caching issue. Most of the time is spent executing the
+regular expressions that perform the syntax coloring of the generated
+proxy and schemas. Those must be reviewed.