Thank you very much Andea,<br><br>Best Regards<br><br><div class="gmail_quote">2010/3/25 Andrea Puddu <span dir="ltr"><<a href="mailto:docpuddu@tiscali.it">docpuddu@tiscali.it</a>></span><br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
Last week I had the bad idea to reduce the number on versions the system<br>
keeps inside, so I played with "administration-> history".<br>
The tool passed every resource in the vfs updating this and in the end<br>
the counter was around  350.000 (as stated before)<br>
<br>
As a contribute to the topic of this discussion I can say that when the<br>
number of resources inside a folder exceeded 3-4000 we experienced<br>
sometimes strange behaviours.<br>
Regarding the number of sites I can't say anything because ours is very low.<br>
<br>
Ciao,<br>
    Andrea<br>
<br>
<br>
---------------------------<br>
<font color="#888888">Andrea Puddu<br>
docpuddu at tiscali dot it<br>
<a href="http://www.linkedin.com/in/andreapuddu" target="_blank">http://www.linkedin.com/in/andreapuddu</a><br>
-------------------------------------------<br>
</font><div><div></div><div class="h5"><br>
<br>
Roman Uhlig Maxity.de ha scritto:<br>
><br>
> You could export the whole server (maybe not such a good idea for a hugh amount of resources ;), or you could do it manually with a recursive call of getFilesInFolder() like that:<br>
><br>
>       public static String recurseTree(CmsObject cmso, String path) {<br>
>               Iterator i = (ArrayList) cmso.getFilesInFolder(path).iterator();<br>
>               while (i.hasNext()) {<br>
>                       CmsFile f = (CmsFile) i.next();<br>
>                       // do something with it, e.g. count it<br>
>               }<br>
>               Iterator j = (ArrayList) cmso.getSubFolders(path).iterator();<br>
>               while (j.hasNext()) {<br>
>                       CmsFolder f = (CmsFolder) j.next();<br>
>                       recurseTree(cmso, cmso.getSitePath(f));<br>
>               }<br>
>       }<br>
><br>
> Roman<br>
><br>
><br>
> -----Ursprüngliche Nachricht-----<br>
> Von: <a href="mailto:opencms-dev-bounces@opencms.org">opencms-dev-bounces@opencms.org</a> [mailto:<a href="mailto:opencms-dev-bounces@opencms.org">opencms-dev-bounces@opencms.org</a>] Im Auftrag von Andrea Puddu<br>

> Gesendet: Donnerstag, 25. März 2010 12:49<br>
> An: The OpenCms mailing list<br>
> Betreff: Re: [opencms-dev] MAXIMUM NUMBER OF PAGES OR SITES ALLOWED INOPENCMS<br>
><br>
> Is there a way or tool, to count the vfs resources/pages (...globally or<br>
> folder per folder...)<br>
><br>
> Thx,<br>
> /Andrea<br>
><br>
> P.S.<br>
> I'm roughly evaluating that our OpenCms runs around 350 k resources<br>
><br>
><br>
><br>
> Roman Uhlig Maxity.de ha scritto:<br>
><br>
>> Hi,<br>
>> our "biggest" OpenCms server runs 27 public and a dozen small extranet sites, serving about 23.000 single pages as of today.<br>
>><br>
>> Roman<br>
>><br>
>> ________________________________<br>
>><br>
>> Von: <a href="mailto:opencms-dev-bounces@opencms.org">opencms-dev-bounces@opencms.org</a> [mailto:<a href="mailto:opencms-dev-bounces@opencms.org">opencms-dev-bounces@opencms.org</a>] Im Auftrag von Ruben Martín<br>

>> Gesendet: Donnerstag, 25. März 2010 11:13<br>
>> An: The OpenCms mailing list<br>
>> Betreff: Re: [opencms-dev] MAXIMUM NUMBER OF PAGES OR SITES ALLOWED INOPENCMS<br>
>><br>
>><br>
>> Thank you very much Roman,<br>
>><br>
>> I have to find a tool for Tunning more than 100 sites (JMeter , for example) , on the other hand, it is mandatory,  we have to use only one server , this is the most important point, we can only use 1 server, but with balanced load, we are going to use OCEE for it but we want to know before If this is possible with ocms 7.x , I am going to use the configuration of this page on wiki opencms , but , only for counting on it: How many pages do you use ?<br>

>><br>
>> I will have more than 10.000<br>
>><br>
>><br>
>> Best Regards<br>
>><br>
>> Thanks in advance<br>
>><br>
>><br>
>><br>
>><br>
>> 2010/3/25 Roman Uhlig Maxity.de <<a href="mailto:roman.uhlig@maxity.de">roman.uhlig@maxity.de</a>><br>
>><br>
>><br>
>><br>
>>      Hi,<br>
>><br>
>>      I don't know any study regarding the number of sites, but from an organizational view, there should no problem. We have OpenCms servers running up to 30 sites each, organized basically through OU's. I don't see any limit there.<br>

>><br>
>>      In terms of performance it's much like any other web application: at a certain point you might have to do load balancing or split servers.<br>
>><br>
>>      Roman<br>
>><br>
>>      ________________________________<br>
>><br>
>>      Von: <a href="mailto:opencms-dev-bounces@opencms.org">opencms-dev-bounces@opencms.org</a> [mailto:<a href="mailto:opencms-dev-bounces@opencms.org">opencms-dev-bounces@opencms.org</a>] Im Auftrag von Ruben Martín<br>

>>      Gesendet: Donnerstag, 25. März 2010 07:20<br>
>>      An: <a href="mailto:opencms-dev@opencms.org">opencms-dev@opencms.org</a><br>
>>      Betreff: [opencms-dev] MAXIMUM NUMBER OF PAGES OR SITES ALLOWED IN OPENCMS<br>
>><br>
>><br>
>><br>
>>      Good Moning Everybody,<br>
>><br>
>>      I would like to know if are there any study about the number of sites which supports opencms ?<br>
>><br>
>>      I found tunning study : <a href="http://opencms-wiki.org/Performance_Tuning_Example" target="_blank">http://opencms-wiki.org/Performance_Tuning_Example</a> but I cannot find any thing else.<br>
>><br>
>>      Thanks in advance<br>
>><br>
>><br>
>>      _______________________________________________<br>
>>      This mail is sent to you from the opencms-dev mailing list<br>
>>      To change your list options, or to unsubscribe from the list, please visit<br>
>>      <a href="http://lists.opencms.org/mailman/listinfo/opencms-dev" target="_blank">http://lists.opencms.org/mailman/listinfo/opencms-dev</a><br>
>><br>
>><br>
>><br>
>><br>
>> _______________________________________________<br>
>> This mail is sent to you from the opencms-dev mailing list<br>
>> To change your list options, or to unsubscribe from the list, please visit<br>
>> <a href="http://lists.opencms.org/mailman/listinfo/opencms-dev" target="_blank">http://lists.opencms.org/mailman/listinfo/opencms-dev</a><br>
>><br>
>><br>
>><br>
><br>
> _______________________________________________<br>
> This mail is sent to you from the opencms-dev mailing list<br>
> To change your list options, or to unsubscribe from the list, please visit<br>
> <a href="http://lists.opencms.org/mailman/listinfo/opencms-dev" target="_blank">http://lists.opencms.org/mailman/listinfo/opencms-dev</a><br>
><br>
> _______________________________________________<br>
> This mail is sent to you from the opencms-dev mailing list<br>
> To change your list options, or to unsubscribe from the list, please visit<br>
> <a href="http://lists.opencms.org/mailman/listinfo/opencms-dev" target="_blank">http://lists.opencms.org/mailman/listinfo/opencms-dev</a><br>
><br>
><br>
<br>
_______________________________________________<br>
This mail is sent to you from the opencms-dev mailing list<br>
To change your list options, or to unsubscribe from the list, please visit<br>
<a href="http://lists.opencms.org/mailman/listinfo/opencms-dev" target="_blank">http://lists.opencms.org/mailman/listinfo/opencms-dev</a><br>
</div></div></blockquote></div><br>