Update of /cvsroot/webmacro/webmacro
In directory sc8-pr-cvs1:/tmp/cvs-serv28783
Modified Files:
WebMacro.defaults
Log Message:
Eliminate profiling and pooling
Index: WebMacro.defaults
===================================================================
RCS file: /cvsroot/webmacro/webmacro/WebMacro.defaults,v
retrieving revision 1.38
retrieving revision 1.39
diff -C2 -d -r1.38 -r1.39
*** WebMacro.defaults 3 Jun 2003 05:22:37 -0000 1.38
--- WebMacro.defaults 17 Jul 2003 05:25:06 -0000 1.39
***************
*** 118,158 ****
- #
- # Profiling
- #
-
- # To enable the #profile directive, uncomment the line below
- # You *must* do this if you plan to use the #profile example
-
- # Directives.profile: org.webmacro.directive.ProfileDirective
-
-
- # Set Profile.rate to control the impact of the profiler on your CPU.
- # Set it to 0 to turn profiling off. Setting it to 1 incurs profiling
- # overhead on every event. Setting it to a number reater than 1
- # incurs profiling overhead on 1:N events. Setting it to a prime
- # number is a good idea. The higher you set it, the less impact
- # profiling will have on your system and the longer it will take
- # to get reasonable results from the profiler.
- #
- # The default is 0, disabling the profiler.
-
- Profile.rate: 0
-
- # Set Profile.time to control the impact of the profiler on memory.
- # Setting # it to 0 turns the profiler off. Profile.time represents
- # the number of milliseconds that the profiler stores an event for.
- # In other words, the current statistics represent all the events
- # over the last Profile.time milliseconds. Setting it to a large
- # value will cause the profiler to remember a larger number of
- # events and consume more memory.
- #
- # The default is 2 minutes (120000 milliseconds)
-
- Profile.time: 120000
-
-
-
-
###########################################################
#
--- 118,121 ----
***************
*** 319,323 ****
# and resource penalties
- FastWriter.MaxPoolSize = 10
FastWriter.DefaultBufferSize = 4096
--- 282,285 ----
|