You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@cocoon.apache.org by Boris Althaus <bo...@petra-productions.de> on 2003/12/19 16:13:09 UTC

configuring caching and pooling

Hallo,

in the section performance-tip for cocoon-2.0.x of the cocoon-documentation is advised to look for the phrase of 
... decommissioning instance of ..
in the core.log

many times i have lines like
... decommissioning instance of org.apache.cocoon.serialization.XMLSerializer. ...

How can I customize the pooling for the XMLSerializer?

Boris
-- 
Boris Althaus
Programmierer

Petra Productions GmbH                  phone: 030 / 47 37 79 45
Milastrasse 4                           mailto: boris@petra-productions.de
10437 Berlin                            web: http://www.petra-productions.de
-----------
ICQ 82663132

Re: configuring caching and pooling

Posted by Boris Althaus <bo...@petra-productions.de>.
Thanks, i searched in the cocoon.xconf before
  ----- Original Message ----- 
  From: Marco Rolappe 
  To: users@cocoon.apache.org 
  Sent: Friday, December 19, 2003 4:24 PM
  Subject: AW: configuring caching and pooling


  hi boris,

  just modify the serializer (or generally the component) declaration
  appropriately:

  ...
              <map:serializer name="xml" mime-type="text/xml"
              logger="sitemap.serializer.xml"
              pool-min="32" pool-grow="4" pool-max="128"
              src="org.apache.cocoon.serialization.XMLSerializer"/>
  ...

  -----Ursprüngliche Nachricht-----
  Von: users-return-60147-m_rolappe=web.de@cocoon.apache.org
  [mailto:users-return-60147-m_rolappe=web.de@cocoon.apache.org]Im Auftrag von
  Boris Althaus
  Gesendet: Freitag, 19. Dezember 2003 16:13
  An: users@cocoon.apache.org
  Betreff: configuring caching and pooling


  Hallo,

  in the section performance-tip for cocoon-2.0.x of the cocoon-documentation
  is advised to look for the phrase of
  ... decommissioning instance of ..
  in the core.log

  many times i have lines like
  ... decommissioning instance of
  org.apache.cocoon.serialization.XMLSerializer. ...

  How can I customize the pooling for the XMLSerializer?

  Boris
  --
  Boris Althaus
  Programmierer

  Petra Productions GmbH                  phone: 030 / 47 37 79 45
  Milastrasse 4                           mailto: boris@petra-productions.de
  10437 Berlin                            web: http://www.petra-productions.de
  -----------
  ICQ 82663132


  ---------------------------------------------------------------------
  To unsubscribe, e-mail: users-unsubscribe@cocoon.apache.org
  For additional commands, e-mail: users-help@cocoon.apache.org

AW: configuring caching and pooling

Posted by Marco Rolappe <m_...@web.de>.
hi boris,

just modify the serializer (or generally the component) declaration
appropriately:

...
            <map:serializer name="xml" mime-type="text/xml"
            	logger="sitemap.serializer.xml"
            	pool-min="32" pool-grow="4" pool-max="128"
            	src="org.apache.cocoon.serialization.XMLSerializer"/>
...

-----Ursprüngliche Nachricht-----
Von: users-return-60147-m_rolappe=web.de@cocoon.apache.org
[mailto:users-return-60147-m_rolappe=web.de@cocoon.apache.org]Im Auftrag von
Boris Althaus
Gesendet: Freitag, 19. Dezember 2003 16:13
An: users@cocoon.apache.org
Betreff: configuring caching and pooling


Hallo,

in the section performance-tip for cocoon-2.0.x of the cocoon-documentation
is advised to look for the phrase of
... decommissioning instance of ..
in the core.log

many times i have lines like
... decommissioning instance of
org.apache.cocoon.serialization.XMLSerializer. ...

How can I customize the pooling for the XMLSerializer?

Boris
--
Boris Althaus
Programmierer

Petra Productions GmbH                  phone: 030 / 47 37 79 45
Milastrasse 4                           mailto: boris@petra-productions.de
10437 Berlin                            web: http://www.petra-productions.de
-----------
ICQ 82663132


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@cocoon.apache.org
For additional commands, e-mail: users-help@cocoon.apache.org