Re: Mico Performance && Re: mico RPMS



Shawn T. Amundson wrote:
> 
> I have a P-120 w/16MB of ram.  MICO took ~8 hours to compile.  I account
> this to the fact that c++ itself takes up 20-30 MB of ram when in use...

I just order 64MB of RAM, hopefully that will help;^)
 
> I think we should CORBA-fy c++ - we have the client send over the source
> code to our GNOME compute server object and the server returns the .o
> files, etc.  We will need some method in the client for sending the server
> requested system header files and libraries.  Just kidding.

Hmmmm, not that unlikely.  In the simplest senario, you have two
identically configured machines.  One is a 386/33Mhz w/ 8MB of RAM;^),
the other is a dual ppro 200Mhz.  You could have a CompilerObject on the
ppro machine.  With the configs the same (same libraries, headers, etc)
you could easily return just the object files for linking.  However, it
would become slightly more difficult w/ say a 386 and an Alpha;^)

I've seen several example CORBA apps in books that are things like
sending two arrays to a ComputerObject that just returns an array that
is the two arrays multiplied together.  same thing basically.

jason

-- 
Jason Gilbert | http://www.scott.net/~jason/ | http://www.mantissa.com/

"The total job will be in the software, and we'll be able to write big
fat programs. We can let them run somewhat inefficiently because there
will be so much horsepower that just sits there. The real focus won't
be who can cram it down in, or who can do it in machine language. It
will be on who can define the right user interface and properly
integrate the main packages." -- Bill Gates, PC Magazine 1982



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]