D
Dinesh Upare
Friends,
Please provide suggestions to improve the performance of webservices?
The current architecture and problems : -
The webservices are installed on Server1, the database server is also on
Server1,
But the database for authentication is on Server2 and authorization
webservice is on server2.
client is Winform Application.
The authentication database server has to be different than the company
database.
Currently every time a web service is called on server1 the authorization is
checked.
As there are no. of webservice called from Windows Client, every time the
call is made the
authorization webservice at server2 is called, This is making the response
time so long.
I have following options -
1. Maintainig a session between client and server.
And the authorization will be done only once between the session.
Is this a right approach?
What else can be done to improve the performance?
Microsoft application block is used for database connection.
Thanks
Dinesh
Please provide suggestions to improve the performance of webservices?
The current architecture and problems : -
The webservices are installed on Server1, the database server is also on
Server1,
But the database for authentication is on Server2 and authorization
webservice is on server2.
client is Winform Application.
The authentication database server has to be different than the company
database.
Currently every time a web service is called on server1 the authorization is
checked.
As there are no. of webservice called from Windows Client, every time the
call is made the
authorization webservice at server2 is called, This is making the response
time so long.
I have following options -
1. Maintainig a session between client and server.
And the authorization will be done only once between the session.
Is this a right approach?
What else can be done to improve the performance?
Microsoft application block is used for database connection.
Thanks
Dinesh