On Thu, 07 Oct 2004 02:31, titanium metal wrote:
> Hi,
>
> I am evaluating if we can use Velocity for a high traffic site, which
> during mon-wed can get around 10 million users.
>
> It would be a hosted solution and for EACH CLINET the site will have its
> own customization. The number of client will be around 200 and the combined
> user(for all the clients) accessing the application during the weekdays
> would be 15 million. There will be around 80 pages in the application and
> for 200 clients we might have to create 80 * 200 templates (approx).
>
> We are looking at struts, velocity on jboss as one of the option.

JBoss I believe uses Tomcat as an engine. Resin may be faster - although I 
havn't seen any recent performance comparisions. Tomcat used to be the slower 
of the bunch.

> 1) Is there any site which works on the above combination and high traffic
> scenario using web macro ? Are there any performance statistics available ?

I can't see any studies comparing various technology to each other.

> 2) Can you point me to the caching options in Velocity?

One solution I wrote previously creates static pages using Velocity. Obviously 
this isn't dynamic - its just a system to be able to author content. In terms 
of Velocity caching the templates the OS usually caches commonly used files 
anyhow.

> 3) From your perspective, how does velocity compare to webmacro and cocoon
> ?

I havn't performed direct comparisions in terms of performance, however we 
changed from WebMacro about two years ago due to certain features being 
available in Velocity. We can now deliver custom PDF's, and OpenOffice 
documents using Velocity. Its fast and you can replace them at runtime 
without issue - where its not so easy with JSP in practise.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to