From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 1143c4,7d107e452bdd8496 X-Google-Attributes: gid1143c4,public X-Google-Thread: 115aec,7d107e452bdd8496 X-Google-Attributes: gid115aec,public X-Google-Thread: 103376,1db77fbb2768946e X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-10-02 18:50:27 PST Path: archiver1.google.com!news1.google.com!postnews1.google.com!not-for-mail From: chang@supracom.cc (Lee Chang) Newsgroups: linux.dev.kernel,comp.realtime,comp.lang.ada Subject: Re: Is Linux right for Embedded? Date: 2 Oct 2001 18:50:27 -0700 Organization: http://groups.google.com/ Message-ID: <348212bf.0110021750.330c0dcc@posting.google.com> References: <3BB69F21.B5AA7451@intercom.com> <9p84tm$1ovg$1@news.cybercity.dk> <9pa0in$8bb$1@nh.pace.co.uk> <9pa9of$9me$1@xmission.xmission.com> <9pae0i$dbq$1@nh.pace.co.uk> <9pah5l01o0q@drn.newsguy.com> <5sFiXApYle76@eisner.encompasserve.org> <9pakn4$fp9$1@nh.pace.co.uk> NNTP-Posting-Host: 24.50.193.125 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: posting.google.com 1002073827 25579 127.0.0.1 (3 Oct 2001 01:50:27 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: 3 Oct 2001 01:50:27 GMT Xref: archiver1.google.com linux.dev.kernel:4334 comp.realtime:3938 comp.lang.ada:13659 Date: 2001-10-03T01:50:27+00:00 List-Id: Linux was too hard for us to figure out hwo to customize. I don't know "C" very well either. I found the Java open source alternative: www.jemini.org/jmain.html. This works really well, is much easier to understand, customize and optimize, programs all in Java. We want a UDP only stack for our telecom cPCI system. All I had to do was remove WebSprocket.net.Tcp.java from the package. Then remove the references from the Java.lang.net to the TCP references. It came right up and the network stack footprint went from 250K to about 180K. Even the ethernet device driver is written all in Java. It is very amazing. Lee