Questions tagged as 'escalabilidade'

3
answers

What is the difference between vertical and horizontal scaling?

Recently I've seen some issues about cloud , BD's , etc. In some of these subjects I see a lot of escalation . Faced with this theme I have the following doubts: What is the difference between vertical and horizontal scaling? Are there...
asked by 20.10.2016 / 15:12
2
answers

What is software scalability?

I hear a lot if you talk about what software needs to have scalability in applications. Researching the subject, I found the following definition:    Meaning of Scalability:      In software engineering, scalability is a desirable feature...
asked by 02.10.2015 / 16:06
2
answers

In an architecture, does the number of DLLs influence performance? Scalability?

I have the habit of creating my solution like this: Entity - Class Library (Classes, entities) Utils - Class Library (Classes of help, security, generate xml, anyway, functions of all kinds) Repository - repository pattern...
asked by 04.04.2014 / 15:47
1
answer

What is the difference between scalability and elasticity?

Until then my understanding between the terms is somewhat confusing: Scalability: increase system capacity as demand increases; Elasticity: increase or decrease system capacity on demand; But in this way, I have the following pro...
asked by 02.03.2017 / 14:34
0
answers

How to create microservices thinking about scalability? [closed]

Hello, I'm building a microservice that integrates data from a SOAP webservice. For this I am using a scheduler that once per day searches for new data and writes to my mongodb database. Since the standard of service is to have one basis per...
asked by 13.11.2017 / 02:20
2
answers

Mobile Database

I'm creating a mobile application and I need to use a database to save user data. I have already thought about SQLite, but it is not recommended to use it on sites with more than 100,000 requests per day, and if my application has this number of...
asked by 15.11.2016 / 05:15
1
answer

Session in database

Thinking about the scalability of applications developed in asp.net-mvc , I looked into alternatives for not using "session in memory". I saw that it is possible to save the session data to the database and use SQL Server as the state server...
asked by 14.02.2014 / 00:49
0
answers

Scalability with Java [closed]

I now hear a lot about how some languages are highly scalable. But what would a scalable system be in Java ? That is, a high-performance system capable of withstanding millions of simultaneous accesses. It's possible? Or it would be more f...
asked by 25.08.2015 / 20:31
0
answers

Openstack autoScaling

I'm trying to create an auto scaling but I'm having this error: IknowthatIcanregistertheinstanceandthebalancermemberbeforecreatingautoscalingbutIwanttomoveeverythingintoasinglefile,isitpossible?heat_template_version: 2017-09-01 descripti...
asked by 14.09.2018 / 15:44
0
answers

Relationship between performance and scalability

I was experiencing problems to maintain the code in my code, because of the large and poorly defined classes (it grew a lot over time), to simplify the question I will split the timeline of the code in version 1 and 2 . Version 1: Virtual...
asked by 12.06.2018 / 14:51