delphi - What kind of Cloud do I need? -


there's program metatrader4 can run scripts. script reading data text files (up 3 gb) , analyse them. it's excel vba script analysing sheet's data. billions of iterations. results of calculating stored in txt file (up few gbs)

  1. is possible run many instances of metatrader4 using cloud (azure?)
  2. if no can recode script delphi application possible azure or other cloud service?

if how can that? have trial in azure don't know start.

using azure, 1 option using azure webjobs , works exe files (if program .exe)

acceptable file types scripts or programs used in azure web jobs:

  • .cmd, .bat, .exe (using windows cmd)
  • .ps1 (using powershell)
  • .sh (using bash)
  • .php (using php)
  • .py (using python)
  • .js (using node)
  • .jar (using java)

for more detail information take @ link:

https://azure.microsoft.com/en-us/documentation/articles/web-sites-create-web-jobs/


Comments

Popular posts from this blog

multithreading - Exception in Application constructor -

React Native allow user to reorder elements in a scrollview list -

windows - CertCreateCertificateContext returns CRYPT_E_ASN1_BADTAG / 8009310b -