For example: if you use sql server, you can create a job agent to call the sp. And then set the timer for the job agent. This method will improve the performance dramatically compare with call the sp from your application.
How many people will use this db server cocurrently? If your app will create multiple connection every second to the server. I don't think anybody else(or other apps that need to access this server) will be able to connect to the server.
Who is the app's architect? I think that's a really bad idea to come up with that kind of solution.
Just a few thoughts. Hope it helps.
How many people will use this db server cocurrently? If your app will create multiple connection every second to the server. I don't think anybody else(or other apps that need to access this server) will be able to connect to the server.
Who is the app's architect? I think that's a really bad idea to come up with that kind of solution.
Just a few thoughts. Hope it helps.