You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cocoon.apache.org by bu...@apache.org on 2003/08/28 19:18:36 UTC

DO NOT REPLY [Bug 22795] New: - reuse-parsers is set to false (shouldn't be true?)

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=22795>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=22795

reuse-parsers is set to false (shouldn't be true?)

           Summary: reuse-parsers is set to false (shouldn't be true?)
           Product: Cocoon 2
           Version: 2.0.1
          Platform: Other
        OS/Version: Other
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: core
        AssignedTo: dev@cocoon.apache.org
        ReportedBy: tnowak-p@netventure.pl


cocoon.xconf:/cocoon/xml-parser/parameter[@name='reuse-parsers']/@value
is set to false.

There is a commented description above:

<!--+
    | [...]
    | - reuse-parsers (boolean, default = true) : do we want to reuse
    |     parsers or create a new parser for each parse ?
    | [...]
    +-->

So shouldn't it be set true by default?
Doesn't it influence cocoon performance?