[jira] Updated: (COCOON-2206) Pass the sitemap and the input parameters separately to the controller.

2008-05-08 Thread Steven Dolg (JIRA)
[ https://issues.apache.org/jira/browse/COCOON-2206?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Steven Dolg updated COCOON-2206: Attachment: controller.txt A patch with the changes described above. Relative to

[jira] Created: (COCOON-2206) Pass the sitemap and the input parameters separately to the controller.

2008-05-08 Thread Steven Dolg (JIRA)
Pass the sitemap and the input parameters separately to the controller. --- Key: COCOON-2206 URL: https://issues.apache.org/jira/browse/COCOON-2206 Project: Cocoon Issue

Re: [OT] Mac OS X and Java development

2008-05-08 Thread Lally Singh
On Thu, May 8, 2008 at 1:10 AM, Joerg Heinicke [EMAIL PROTECTED] wrote: Whenever I start this I get annoyed very fast. The missing Java sources are only the tip of the iceberg. What missing Java sources? They are in

[continuum] BUILD SUCCESSFUL: Cocoon - Apache Cocoon [build root] - Build Def:

2008-05-08 Thread [EMAIL PROTECTED]
Online report : http://vmbuild.apache.org/continuum/buildResult.action?buildId=87967projectId=51 Build statistics: State: Ok Previous Build: No previous build. Started at: Thu 8 May 2008 06:35:39 -0700 Finished at: Thu 8 May 2008 06:51:18 -0700 Total time: 15m 38s Build Trigger: Schedule

[jira] Assigned: (COCOON-2206) Pass the sitemap and the input parameters separately to the controller.

2008-05-08 Thread Reinhard Poetz (JIRA)
[ https://issues.apache.org/jira/browse/COCOON-2206?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Reinhard Poetz reassigned COCOON-2206: -- Assignee: Reinhard Poetz Pass the sitemap and the input parameters separately to the

[jira] Closed: (COCOON-2206) Pass the sitemap and the input parameters separately to the controller.

2008-05-08 Thread Reinhard Poetz (JIRA)
[ https://issues.apache.org/jira/browse/COCOON-2206?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Reinhard Poetz closed COCOON-2206. -- Resolution: Fixed patch applied - thanks Steven! Pass the sitemap and the input parameters

Re: Avoiding OutOfMemory Errors by limiting data in pipeline

2008-05-08 Thread Bruce Atherton
My only comment is that I think it would be good to allow the initial buffer size to be configurable. If you know the bulk of your responses are greater than 32K, then performing the ramp-up from 8K every time would be a waste of resources. For another web site, if most responses were smaller

Re: Avoiding OutOfMemory Errors by limiting data in pipeline

2008-05-08 Thread Antonio Gallardo
Hi Joerg, I am +1. One question, what are supposed to be the default values for both parameters? Best Regards, Antonio Gallardo. Joerg Heinicke escribió: On 27.04.2008 23:43, Joerg Heinicke wrote: 2. Does the full amount of the buffer automatically get allocated for each request, or

Re: svn commit: r629374 - /cocoon/trunk/core/cocoon-core/src/main/java/org/apache/cocoon/xml/StringXMLizable.java

2008-05-08 Thread Alfred Nathaniel
On Wed, 2008-05-07 at 22:52 -0400, Joerg Heinicke wrote: On 30.03.2008 02:50, Joerg Heinicke wrote: Author: antonio Date: Tue Feb 19 22:42:45 2008 New Revision: 629374 URL: http://svn.apache.org/viewvc?rev=629374view=rev Log: Faster implementation. Saw this one only now ...

Re: Java 1.5 [was svn commit: r579132 - in /cocoon/trunk/core/cocoon-core/src/test/java/org/apache/cocoon/transfo rmation:I18NTransformerTestCase.java I18NTransformerTestCase.java.disabled]

2008-05-08 Thread Alfred Nathaniel
On Mon, 2008-05-05 at 00:08 -0700, Ralph Goers wrote: I sure am glad we decided to go with Java 1.4 for 2.2. See the nice bulletin at http://java.sun.com/j2se/1.4.2/download.html. At least now I'm certain we won't be supporting 1.4 until 2010. No hope to get rid of 1.4 anytime soon. Java

Re: [OT] Mac OS X and Java development

2008-05-08 Thread Joerg Heinicke
On 08.05.2008 05:39, Lally Singh wrote: What missing Java sources? They are in /System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Home/src.jar Hmm, not for me. Directory exists, but no src.jar inside. So where to get it from? Came preinstalled on my mac. Did you install the dev

Re: Avoiding OutOfMemory Errors by limiting data in pipeline

2008-05-08 Thread Joerg Heinicke
On 08.05.2008 11:53, Bruce Atherton wrote: My only comment is that I think it would be good to allow the initial buffer size to be configurable. If you know the bulk of your responses are greater than 32K, then performing the ramp-up from 8K every time would be a waste of resources. For

Re: Avoiding OutOfMemory Errors by limiting data in pipeline

2008-05-08 Thread Joerg Heinicke
On 08.05.2008 12:16, Antonio Gallardo wrote: One question, what are supposed to be the default values for both parameters? For the initial buffer size I thought of 8K, maybe 16K. It should be a reasonable size that's not overly large (i.e. unnecessarily reserved memory) for most of the