On 16/12/10 13:03, Johan Cwiklinski wrote:
> Hello,
> 
> Le 16/12/2010 13:58, Peter Flynn a écrit :
>>> Caused by: java.net.SocketException: Too many open files
>>>     at java.net.Socket.createImpl(Socket.java:388)
>>>     at java.net.Socket.connect(Socket.java:517)
>>>     at java.net.Socket.connect(Socket.java:469)
>>>     at sun.net.NetworkClient.doConnect(NetworkClient.java:157)
>>>     at sun.net.www.http.HttpClient.openServer(HttpClient.java:394)
>>
>> In my ignorance of the internals of Cocoon and Tomcat and Java, is it
>> running out of file handles when making a HTTP call?
>>
>> The server is lightly loaded, but each page does open a significant
>> number of document()s: is there a setting that will increase the number
>> of open files allowed?
> 
> We already have seen this issue on some cocoon applications ; most of
> the time, that was due to intensive use of xpath "document" function
> with. We observe that using saxon as xslt processor genrerally solved
> that issue.

I have had that on my TODO list for some time. About time to do it...thanks.

///Peter


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

Reply via email to