gocircuit / circuit

Circuit: Dynamic cloud orchestration http://gocircuit.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How will one submit the whole go program to run on a node in the go circuit as a process?

ankiisharma opened this issue · comments

Hello there
I want to submit a whole program as a process to one of the nodes of go circuit any suggestions how to do it ?

Could you be more specific?

On 9 March 2016 at 08:38, ankiisharma notifications@github.com wrote:

Hello there
I want to submit a whole program as a process to one of the nodes of go
circuit any suggestions how to do it ?


Reply to this email directly or view it on GitHub
#26.

Using go circuit can I send a whole go program from controller node to the
slave node, run the program as a process on the slave node and get the
output back to the controller node.

Thanks for your reply
On Mar 16, 2016 9:28 PM, "maymounkov" notifications@github.com wrote:

Could you be more specific?

On 9 March 2016 at 08:38, ankiisharma notifications@github.com wrote:

Hello there
I want to submit a whole program as a process to one of the nodes of go
circuit any suggestions how to do it ?


Reply to this email directly or view it on GitHub
#26.


You are receiving this because you authored the thread.
Reply to this email directly or view it on GitHub
#26 (comment)

You can. You just SCP the program (source or binary) to the slave.
Then you compile and/or run (at the slave).

You do all this programaticaly from the circuit. I.e. running (i) SCP on
your local machine,
then (ii) running Go compiler on slave, and/or (iii) running the binary on
slave.

On 16 March 2016 at 13:52, ankiisharma notifications@github.com wrote:

Using go circuit can I send a whole go program from controller node to the
slave node, run the program as a process on the slave node and get the
output back to the controller node.

Thanks for your reply
On Mar 16, 2016 9:28 PM, "maymounkov" notifications@github.com wrote:

Could you be more specific?

On 9 March 2016 at 08:38, ankiisharma notifications@github.com wrote:

Hello there
I want to submit a whole program as a process to one of the nodes of go
circuit any suggestions how to do it ?


Reply to this email directly or view it on GitHub
#26.


You are receiving this because you authored the thread.
Reply to this email directly or view it on GitHub
#26 (comment)


You are receiving this because you commented.
Reply to this email directly or view it on GitHub
#26 (comment)

thanks for the reply
I wondered if the go circuit has internal implementation for the same.
Thanks for clearing my doubt

Ankit Sharma

On Fri, Mar 18, 2016 at 12:45 AM, maymounkov notifications@github.com
wrote:

You can. You just SCP the program (source or binary) to the slave.
Then you compile and/or run (at the slave).

You do all this programaticaly from the circuit. I.e. running (i) SCP on
your local machine,
then (ii) running Go compiler on slave, and/or (iii) running the binary on
slave.

On 16 March 2016 at 13:52, ankiisharma notifications@github.com wrote:

Using go circuit can I send a whole go program from controller node to
the
slave node, run the program as a process on the slave node and get the
output back to the controller node.

Thanks for your reply
On Mar 16, 2016 9:28 PM, "maymounkov" notifications@github.com wrote:

Could you be more specific?

On 9 March 2016 at 08:38, ankiisharma notifications@github.com
wrote:

Hello there
I want to submit a whole program as a process to one of the nodes of
go
circuit any suggestions how to do it ?


Reply to this email directly or view it on GitHub
#26.


You are receiving this because you authored the thread.
Reply to this email directly or view it on GitHub
<#26 (comment)


You are receiving this because you commented.
Reply to this email directly or view it on GitHub
#26 (comment)


You are receiving this because you authored the thread.
Reply to this email directly or view it on GitHub
#26 (comment)