Exactly. It looks for previous and next file in a file with xml tree, then looks for special info in these files. I'm not very good with xslt, but as far as I know the only sitable function for my case is document function... Or I'm wrong? Why document is not used in cocoon env? Which function is used instead?
Vik -----Original Message----- From: Joerg Heinicke [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 07, 2006 12:13 AM To: [email protected] Subject: Re: error: Too Many Open Files On 07.11.2006 00:03, Bokluci wrote: > I'm doing big searches trough lot of files (3-400)... I'm using simply > "document" function, is there any release function I'm missing? This means document function in XSLT? Or something different? Can you describe your technical concept a bit? Maybe this points to a problem with document in XSLT - which is rarely used in Cocoon environments. Jörg > -----Original Message----- > From: Joerg Heinicke [mailto:[EMAIL PROTECTED] > Sent: Monday, November 06, 2006 11:45 PM > To: [email protected] > Subject: Re: error: Too Many Open Files > > On 06.11.2006 23:19, Bokluci wrote: >> >From Time to time cocoon shows "Too many open files" error. >> I've already set ulimit to >> >> ulimit -n 8192 >> >> , but it still shows from time to time this error... >> Any suggestions? > > I'm not aware of any "resource leak" in Cocoon itself. Are you doing > anything special? Opening and handling many files or anything like that? > For example, are you releasing all resolved sources you obtained via a > SourceResolver. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
