Hi,
I've been using SmartClient from one and a half years ago and I think it's a great platform to develop cutting edge web 2.0 applications. We rarely care about the concurrency and performance issues because our almost SmartClient applications are deployed in the intranet instead the public internet. If we want to create an internet application, what we need to pay attation to and how to enhance the performance? For example, the application must support a lot of users to access in the same time and the application should be able to handle a number of HTTP requests as quickly as possible?
In my opinion,SmartClient is a heavyweight framework compared with such so-called lightweight framework(Ext/jQuery,not include Dojo). And, the class system is necessary and helpful but it was too large therefore the performance will be a potential problem. I heared a few complaints from my colleagues and I'm wondering about the performance whether can fit the requirements.
Here are two specific problems:
1. first loading speed is slow(too large library?).
2. how to write code taht support concurrent access(I mean the server-side implementation).
Could you please give me some advice? I really have not had any experience like above.
Many thanks.
I've been using SmartClient from one and a half years ago and I think it's a great platform to develop cutting edge web 2.0 applications. We rarely care about the concurrency and performance issues because our almost SmartClient applications are deployed in the intranet instead the public internet. If we want to create an internet application, what we need to pay attation to and how to enhance the performance? For example, the application must support a lot of users to access in the same time and the application should be able to handle a number of HTTP requests as quickly as possible?
In my opinion,SmartClient is a heavyweight framework compared with such so-called lightweight framework(Ext/jQuery,not include Dojo). And, the class system is necessary and helpful but it was too large therefore the performance will be a potential problem. I heared a few complaints from my colleagues and I'm wondering about the performance whether can fit the requirements.
Here are two specific problems:
1. first loading speed is slow(too large library?).
2. how to write code taht support concurrent access(I mean the server-side implementation).
Could you please give me some advice? I really have not had any experience like above.
Many thanks.
Comment