-
Mar 22nd, 2011, 11:23 AM
#1
Web Spring performence
Is Spring appropriate framework for large web projects with more than 1.000.000 users ?
Can you please provide some performance assessment, graphics ... ?
We are starting a new social network and trying to minimize risks and convince customer to use Spring.
-
Mar 22nd, 2011, 10:42 PM
#2
Spring Framework provide a way for you to integrate varied components together in a flexible architecture. It is just glue of an aeroplane model.
For your case of such large scale, fine tuning is not the top priority. You should focus on infrastructure area such as Hardware, Load-Balancer, Server Configuration ,etc.
-
Mar 23rd, 2011, 04:08 AM
#3
I analyzed http://highscalability.com/ and didn't see a large project built on Spring MVC, Spring Security and JPA. Do you think these technologies have a nice scalability ?
For example while debugging simple Spring MVC (Spring Security, JPA) you can see a tree with depth of more than 60 system methods call (filters, callbacks, ...)
-
Mar 23rd, 2011, 04:39 AM
#4
As I said, Spring is a framework for integration. If your case includes various requirements, you should use the related technologies.
For example, you have to build a web application with distributed systems, you may need EJB. Spring supports EJB integration, doesn't it?
or if you do not prefer Spring intergrating EJB, you may just use it in the presentation layer and utilizes proxy to connect to EJB in the backend servers.
If your case is related to the data volume, you should focus on selection of DBMS, and your application code should handle the data efficiently.
If spring integrates with gold, it becomes gold; if it integrates with rubbish, it becomes rubbish. That's my idea.
Tags for this Thread
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules