| Author |
Remote Compilation
|
|
| Sergey Grigorchuk 2004-08-31, 3:55 pm |
| Our company develops Lemo Cobol IDE and we are going to implement
Remote Compilation. This feature allows to compile the sources on a
remote server using network.
We would like to know how you use remote compilation.
We have two different scenarios for this purpose.
1. FTP + TelNet. User specifies parameters of FTP and TelNet
connections. IDE copies files through FTP to server. IDE launches
compiler on the server using telnet and shows output log. IDE copies
binary files from server to client through FTP.
2. Compilation Server. Admin launches special program on the server-
Compilation Server. The IDE communicates with the Compilation Server.
The IDE passes sources to the Compilation Server. The server compiles
the sources and passes the output log to IDE. IDE shows the log.
What do you think about these scenarios?
Thanks
Sergey Grigorchuk
LemoSoft Company
http://www.lemosoft.com
| |
| docdwarf@panix.com 2004-08-31, 3:55 pm |
| In article <B63Xc.22052$DG.1022593@news20.bellglobal.com>,
Donald Tees <donald_tees@sympatico.ca> wrote:
>Sergey Grigorchuk wrote:
[snip]
[color=darkred]
>Sounds to me like you are inventing RJE batch. That's the way I learnt
>Cobol in 1967, and it worked quite well.
Everything old is new again, aye... but nowadays they have it easy, they
get to use telephone or telnet connections instead of tin-cans and string.
DD
| |
| Pat Hall 2004-08-31, 3:55 pm |
| Tin cans and a string worked perfectly fine until you got a knot in your
string.
PatH...always seemed to be the "knot unraveler"
docdwarf@panix.com wrote:
> In article <B63Xc.22052$DG.1022593@news20.bellglobal.com>,
> Donald Tees <donald_tees@sympatico.ca> wrote:
>
>
>
> [snip]
>
>
>
>
> Everything old is new again, aye... but nowadays they have it easy, they
> get to use telephone or telnet connections instead of tin-cans and string.
>
> DD
>
| |
| Donald Tees 2004-09-01, 3:55 pm |
| Sergey Grigorchuk wrote:
> Our company develops Lemo Cobol IDE and we are going to implement
> Remote Compilation. This feature allows to compile the sources on a
> remote server using network.
>
> We would like to know how you use remote compilation.
>
> We have two different scenarios for this purpose.
>
> 1. FTP + TelNet. User specifies parameters of FTP and TelNet
> connections. IDE copies files through FTP to server. IDE launches
> compiler on the server using telnet and shows output log. IDE copies
> binary files from server to client through FTP.
>
> 2. Compilation Server. Admin launches special program on the server-
> Compilation Server. The IDE communicates with the Compilation Server.
> The IDE passes sources to the Compilation Server. The server compiles
> the sources and passes the output log to IDE. IDE shows the log.
>
> What do you think about these scenarios?
>
> Thanks
> Sergey Grigorchuk
> LemoSoft Company
> http://www.lemosoft.com
Sounds to me like you are inventing RJE batch. That's the way I learnt
Cobol in 1967, and it worked quite well.
;< )
Donald
| |
| docdwarf@panix.com 2004-09-01, 3:55 pm |
| In article <10ipivlqfrec431@corp.supernews.com>,
Pat Hall <phall@notsospam.certcoinc.com> wrote:
>Tin cans and a string worked perfectly fine until you got a knot in your
>string.
How many programmers does it take to change a light-bulb?
None... that's a hardware problem.
>
>
>PatH...always seemed to be the "knot unraveler"
Give my regards to Gordius, Alexander.
DD
>
>docdwarf@panix.com wrote:
>
| |
| Sergey Grigorchuk 2004-09-02, 3:55 am |
| riplin@Azonic.co.nz (Richard) wrote in message
>
> I would hope that you use ssh for these.
We are going to use both SSH and TelNet.
|
|
|
|