RE: [buildcheapeeg] You need programmer?

From: Dave (dfisher_at_pophost.com)
Date: 2002-02-22 20:55:38


On Fri, 22 Feb 2002 11:31:29 +1000, John Morrison wrote:

>HI
> This is the design I'm currently working on. I'm looking at using Java as
>the glue to connect the modules together as it has easy multi thread
>support, is easy to use, can communicate with other languages and runs cross
>platform.
>
> The modules will be any language that the author chooses. The main program
>will just glue them together!
>
>Anyway have a look at the "req-spec" and see what you think. (BTW it isn't
>complete!)

Hi John--I have a lot of questions, but will have to follow up on them later as
my time has run out. One quickie, though--please reconsider the use of Java.
If your only reason is because of multi-thread support, that is easily
accomplished via C++. See the Common C++ library I mentioned as a good
example. To run a new thread, you just inherit the thread class and then start
the Run() method. That's it. From previous threads, C++ seemed to be the
prevailing choice.

Lots of good thought-work, though! Have a great weekend!

Dave.



This archive was generated by hypermail 2.1.4 : 2002-07-27 12:28:38 BST