As far as I'm aware after the research I've done I haven't seen any large websites done in JSF.

I'm in the same boat as you. I'm developing an application which potentially could have 200/300 users concurrently logged on and this is a worry for me too. I'm trying to code the application as carefully as I possibly can with the fact that "LOTS of users will be logged on at the same time", always in the back of my mind. Like with any web framework, you need to code the application in best possible practices and as efficiently as possible (avoid using session beans as much as you possibly can. etc.)

My concerns are memory usage more than anything. But this is a concern not with JSF but with developing my site with Tomcat and J2EE in general. As for performance, to be honest with you, I feel like I'm sailing into unchartered waters, because I really don't know! I can't help looking at PHP/Apache and thinking how efficient and proven it is under heavy load (And that wasn't a call for a start on a PHP/Java debate).

Regards,
Eurig

Rogerio Pereira wrote:
Somebody has myfaces webapps with more than 50/100 concurrent users?

--
Yours truly (Atenciosamente),

Rogério (_rogerio_)

Reply via email to