Porting Java app to Go - any advice?
Posted
by Devrim
on Stack Overflow
See other posts from Stack Overflow
or by Devrim
Published on 2010-04-11T23:52:29Z
Indexed on
2010/04/12
0:03 UTC
Read the original article
Hit count: 312
We want to rewrite kodingen.com backend with Go which currently is Java, running as daemon using jsvc.
I have never touched any C in my life, am only experienced in Java so I don't know if this is something that I should even start.
However, task is pretty simple
- read shell commands from mysql database
- queue and execute them in parallel
- save each shell output to the database
that's it. So these simple requirements gives me hope that I can start using this wonderful language.
What would you advise?
© Stack Overflow or respective owner