Skip to Content
0
Former Member
Nov 28, 2011 at 01:15 PM

Documents counter based on paths

27 Views

Hello,

I'm currently searching for the best way to get the number of documents by paths given.

So i want to have a list of paths and for each of them count the number of documents it contains.

So i developped a JSP where the user enters different paths and as a result the JSP is showing a table with the path and respective number of documents.

My question is related to performance. It's really slow and i found (searching on this forum) that using the .getChildren was really not performant. But is there any other solution?

Thanks for help,

Best regards,

Thomas