java - is it really important to put application and database on different servers (for asp.net and sql-server)? -


I've heard that it's really important for Java (jboss + any DB) because there are so many problems, but this Not too much, is not it?

This is everything of scalability if you have an application with very small userbase, only a little bit Small databases with data, and basic application logic (like CRUD functionality), you probably will not be much benefited by separating them. In an enterprise environment, with a large database, a huge database and complex application logic will surely benefit from separating them physically.


Comments

Popular posts from this blog

Eclipse CDT variable colors in editor -

AJAX doesn't send POST query -

wpf - Custom Message Box Advice -