mercredi 22 juin 2022

Ideal environment for web service usage

According to the response (numerical data) from any json web service, I will update the database according to the case of large-small. I want it to do this every 20 seconds. What is the ideal environment for this (connecting to json, extracting and updating data..)?

Example json web service link; https://abcde.com/json/

Technicial Specifications;

  • Windows Server
  • MSSQL Server database

A) Opening a new stored procedure in the database and calling it continuously with job

B) In the web browser on the server, the page with the json link on the web page that I coded myself is open 24/7 and the page is constantly automatically refreshed.

C) By establishing a database connection in the desktop software, it constantly checks and processes this loop with linq.

D) you create

What is the best environment, taking into account the ram-cpu and possible compute-intensiveness?

Aucun commentaire:

Enregistrer un commentaire