Re: Remote Compilation

From: Donald Tees (donald_tees_at_sympatico.ca)
Date: 08/25/04


Date: Wed, 25 Aug 2004 12:22:49 -0400

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



Relevant Pages

  • Re: VarPtr and passing variables by ref
    ... or the background compilation that is an early ... simply open those files in the IDE. ... This becomes stored 'opcode' within the IDE, The 'text' portion of the code ... that you see in the editor is a 'View' to the underlying pcode. ...
    (microsoft.public.vb.general.discussion)
  • Re: Subclassing compilation crash
    ... > subclassing off, the IDE no longer crashes. ... > I do have - and always have had - such code to reset the window proc. ... > However, during compilation, the first two message boxes pop up just ...
    (microsoft.public.vb.general.discussion)
  • Re: Easier Way to Conditional Compile?
    ... currently running in the IDE or not. ... >> and off with a conditional compilation argument during IDE development. ... >> the app, then go back in and change the value back. ... > then you can test for the underscore character anytime at run time to ...
    (microsoft.public.vb.general.discussion)
  • Remote Compilation
    ... We would like to know how you use remote compilation. ... IDE copies files through FTP to server. ...
    (comp.lang.cobol)
  • Re: [OT] applications
    ... layout tool alone, I know I had an entire IDE in the back of my mind, ... but could also connect to a (presumably LAMP) server ... which are consistent to those stored in a server database. ... exposing a couple of SOAP service endpoints for the client ...
    (Ubuntu)