J
Jonah Olsson
Hi guys,
I'm building a Web Service application to be run as an engine for some
client web applications.
The client application will be used as a shell to update and maintain a
customer database where the Web Service acts as the engine containing all
functions to interact with the SQL Server. One can see each client
application as a terminal to the main Web Service application.
Since all communication to the Web Service needs authentication, this
information has to be sent to the Web Service each time it's called to be
checked against the SQL Server. Will this slow down the process a lot?
Example:
Client updates info --> Call Web Service --> Authentication --> Update
info --> Return results to client
Does someone recommend a better solution to this? Or can I optimize the
process?
Thanks for any kind of help.
Regards,
Jonah Olsson
Generation Software
I'm building a Web Service application to be run as an engine for some
client web applications.
The client application will be used as a shell to update and maintain a
customer database where the Web Service acts as the engine containing all
functions to interact with the SQL Server. One can see each client
application as a terminal to the main Web Service application.
Since all communication to the Web Service needs authentication, this
information has to be sent to the Web Service each time it's called to be
checked against the SQL Server. Will this slow down the process a lot?
Example:
Client updates info --> Call Web Service --> Authentication --> Update
info --> Return results to client
Does someone recommend a better solution to this? Or can I optimize the
process?
Thanks for any kind of help.
Regards,
Jonah Olsson
Generation Software