My friend use to developed 2-tier application which application connect directly to database, now he need to move to 3-tier application but he has issue about speed of the application. This new application need to generate a lot of reports at client side so he worried about speed of this process which need to call to business layer to query data and then serialize back to the client, it take a lot of time.
He want to know, is it has a way to improve the speed of situation like this?
- Add information Generating report I mean query data from database (at application server) and serialize it back to client to bind it to report file.