Tag: architecture
Questions Related to architecture
-
It will never face a performance problem again
-
It will have a performance problem if system grows
-
It can have a performance problem if system grows
-
It will have a performance problem only if application changes
-
10
-
20
-
Upon integer overflow
-
Will never complete
-
Take up the work and complete the review in estimated time
-
Ask the customer to find exactly which part of the code has performance issue
-
Take customers help to identify the portion(s) of the code that potentially have performance issues
-
Recommned to use an automated tool to review the code to complete in quick amount of time
-
Time to service a web request
-
Time to service a database transaction
-
Time spent in disk subsystem
-
Time to restart a service
-
Think time
-
Wait time
-
Halt
-
Waitfor
-
Rendezvous point
-
Active users
-
Concurrent users
-
Number of users
-
Number of connected users
-
Throughput
-
Response Time
-
Number in the system
-
Utilization of network
-
Cache frequently accessed data in system memory
-
Dedicate system memory to specific tasks
-
Add additional memory
-
Create additional instances for parallel processing and load balancing
-
Increase bandwidth
-
Reduce packet size
-
Add accelerator hardware when transporting secure data
-
Improve performance on nodes within the network so the data is more readily available