hello,
I have coded a mathematical c++ solver that take input data in json file , and I want to execute it on cloud within a client application. Is these steps right?
1- create an azure service that hos my solver.
2- Create a client application that call my solver through files .
PS: my solver is coded based on multicore programmation.
Please did someone have any idea about this? do you have any suggestions? I am totally new in the cloud world And I need someone to lead me.
Thank you in advance
I have coded a mathematical c++ solver that take input data in json file , and I want to execute it on cloud within a client application. Is these steps right?
1- create an azure service that hos my solver.
2- Create a client application that call my solver through files .
PS: my solver is coded based on multicore programmation.
Please did someone have any idea about this? do you have any suggestions? I am totally new in the cloud world And I need someone to lead me.
Thank you in advance