F
F
freestm2017-04-07 22:31:58
JavaScript
freestm, 2017-04-07 22:31:58

How to transfer the execution of the program to the server?

Let's say I have resource-hungry software installed on my laptop and I want all the calculation operations to be performed by a nearby powerful PC and send me the results. What technologies do I need?

Answer the question

In order to leave comments, you need to log in

6 answer(s)
A
AskJs, 2018-03-21
@AskJs

https://developers.facebook.com/docs/ads-for-websi...

A
Andrey Lezhnin, 2018-03-21
@ALejnin

creates
Then executes fbq();

A
Alexey Cheremisin, 2017-04-08
@freestm

There are several options here.
1) make your own software based on some kind of message queue. There are a lot of options, ranging from rabbitmq to hadoop.
2) use something like mpi libraries.
3) install a sungrid, torque or htcondor PBS system.
It is with htcondor that we are having fun now, we are transferring the cluster from sangrid to it.
The system is not one of those that "installed and went." But sane dock and help.

V
VoidVolker, 2017-04-07
@VoidVolker

File sharing technology is enough:
1) Copy the program to a powerful PC
2) Run it
3) Get the result

U
Uno, 2017-04-08
@Noizefan

It is necessary that the software generally have the functionality of sending reports, this is the first thing. Well, or at least left and updated the logs; the script that once an hour sent reports where it is necessary - business of 5 minutes.
And secondly - tell us in more detail what kind of software, where you are going to send it - after all, clairvoyant shamans are not sitting here

S
Stopy, 2017-04-08
@Stopy

Connect 2 computers to a local grid, on a powerful PC on some port, hang up your labor-intensive script with api available for the laptop, which will return the finished result

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question