G
GeorgeMar
I have an application that is split into front-end/ back-
end. It works well except that it slows down when the
number of concurrent users get above 10 users.
I have read the articles on what to look out for to reduce
network traffic and they have been implemented.
The only thing that I think may be an issue is the fact
that I have the font-end and the back-end on the same
server and all the users access the application from an
icon on their desktop.
I have read that it is better to have the application
objects on the local drive. However, in doing so, it will
mean that every time I have new version , I will have to
upgrade each workstaion. That is why I have the
application on the server.
1. Is it necessary to run the application locally and the
back-end on the server? Will the performance improve if
the application is running locally?
2. What is the best way to handle upgrades to the
application if the application is stored locally?
many thanks
george
end. It works well except that it slows down when the
number of concurrent users get above 10 users.
I have read the articles on what to look out for to reduce
network traffic and they have been implemented.
The only thing that I think may be an issue is the fact
that I have the font-end and the back-end on the same
server and all the users access the application from an
icon on their desktop.
I have read that it is better to have the application
objects on the local drive. However, in doing so, it will
mean that every time I have new version , I will have to
upgrade each workstaion. That is why I have the
application on the server.
1. Is it necessary to run the application locally and the
back-end on the server? Will the performance improve if
the application is running locally?
2. What is the best way to handle upgrades to the
application if the application is stored locally?
many thanks
george