Is this a thread safe operation for your Ptolomy project? Should you suspend the application in order to load 'new classes' there?
Thank you. -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Joe Buck Sent: Friday, November 16, 2007 10:13 PM To: [EMAIL PROTECTED] Cc: gcc@gcc.gnu.org Subject: Re: FW: matrix linking On Fri, Nov 16, 2007 at 09:54:25PM +0300, [EMAIL PROTECTED] wrote: > I have an invention which makes possible to brake through the barriers of > common software development. Nothing new here: add a level of indirection (or use C++ virtual functions), and dynamically load code. In the Ptolemy project (http://ptolemy.eecs.berkeley.edu/) we were doing that in 1990: we could define new classes and load them into a running application, without restarting.