I have developed an asmx web service that serves the data from the Oracle database to front end clients (clients are using .net based desktop application).
the number of concurrent clients will be 1000, service will be responsible for serving this client calls for not only retrieving data from the database but also performing some business login and manipulating data in the database server.
is it safe to use this asmx web service to handle such a number of clients? and will my service will be efficient enough to timely serve these # of clients?