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: 115aec,7d107e452bdd8496 X-Google-Attributes: gid115aec,public X-Google-Thread: 103376,1db77fbb2768946e X-Google-Attributes: gid103376,public X-Google-Thread: 1143c4,7d107e452bdd8496 X-Google-Attributes: gid1143c4,public X-Google-ArrivalTime: 2001-10-02 21:20:24 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!pln-w!spln!dex!extra.newsguy.com!newsp.newsguy.com!drn From: mike@nospam Newsgroups: linux.dev.kernel,comp.realtime,comp.lang.ada Subject: Re: Is Linux right for Embedded? Date: 2 Oct 2001 20:51:22 -0700 Organization: Newsguy News Service [http://newsguy.com] Message-ID: <9pe1vq01i83@drn.newsguy.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> <348212bf.0110021750.330c0dcc@posting.google.com> NNTP-Posting-Host: p-604.newsdawg.com X-Newsreader: Direct Read News 2.90 Xref: archiver1.google.com linux.dev.kernel:4344 comp.realtime:3939 comp.lang.ada:13663 Date: 2001-10-02T20:51:22-07:00 List-Id: In article <348212bf.0110021750.330c0dcc@posting.google.com>, chang@supracom.cc says... ... >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. > .... I am confused. Is this some sort of java OS that runs on java chips? what do you mean Java UDP stack? network stacks run in kernel mode. How can you run the JVM in kernel mode?? /m