Hello coders
We are working on online trading applications, So what will be the main features we have to use to increase application performance. Specially for data updations. There are many availables but I want to know the best one.
Any help will be praised.
Loading
belly hitsPosted Jul 22, 2011, 3:09 AM
Obviously hardware is the main key that we have to manage first. To ensure application performance you have to think over its architecture, pick necessary components and use them correctly. Otherwise, on late stages of development, when you have a lot of code, improving performance becomes a complex task requiring changes of working and debugged code. Hardware can be change or update, but to update and change a completed application code is difficult task. Right now if you are on programing, I will prefer you to go for some custom components do develop your application, specially for performance based. Here is one dapfor.com .net grid which can also help you.
Hope it will work for you.
Jiteendra SampathiraoPosted Jul 21, 2011, 8:16 AM
those are
1. System Configuration,
2. Coding,
3. Database design....
Among these if database is design is good..half of the success in our hands
After that Coding......We have to follow lot rules to increase the performance..
Refer Refer2
At the same time system configuration also should be good........
i hope it help you......
Amit ChoudharyPosted Jul 21, 2011, 7:26 AM
While we talk about increasing the increasing the performance, then i directly start looking at two points:
1. Can I optimize my Application further for performance?
2. Did i developed an application that is Scalable?
So for first point you have to look for the bottlenecks if any. Trace your application code, database, everything for performance bottlenecks.
when you done with point #1, Look if your application would perform better if you upgrade your hardware?
Hope this make sense to you.
Thanks.