From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.5-pre1 (2020-06-20) on ip-172-31-74-118.ec2.internal X-Spam-Level: X-Spam-Status: No, score=-1.9 required=3.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.5-pre1 Date: 16 Feb 93 03:04:25 GMT From: ucivax!gateway@ucbvax.Berkeley.EDU (Kenneth Anderson) Subject: Dynamic Loading of Code Message-ID: <9302151904.aa29489@Paris.ics.uci.edu> List-Id: Is there a way to dynamically load ada code into a running Unix process? For instance, lets say that a program has been set up to call a procedure to implement some sort of behavior and that during run-time you would like to load new code into the process (which replaces the current procedure) so that you can dynamically change the behavior of the system. Never mind why I would want to do this, currently, I'm just interested if its possible to do this. Thanks in advance, Ken Anderson P.S. Thanks for all of the responses that I received about my What's the Difference and ANSI vs ISO posts. I really enjoyed the response that the former received!