ncurses / terminfo key mapping on QNX console

There is a sucker born every minute they say…

<lxxosk@nurb.com> wrote in message
news:D%Jo5.11662$4f5.5667@telenews.teleline.es

My parents are going to lose their home if I cannot raise $1,000 by next
week! I would appreciate if everyone could donate money to me by sending a

donation through paypal to shocker1@nurb.com! If you could do this for me I
would be so greatful! If you cant send me some money, atleast join up under
shocker1@nurb.com at www.paypal.com and I’ll get $5 for everyone who joins
under me. Please help me save my family. If you do this I’ll be eternally
greatful and will return the favor once my family gets in better financial
condition!

P.S. If you send me any money through papyal, email me afterwards and when
I get back on my feet I’ll be glad to repay you what you lent me!

It’s great to dream!

Mario Charest <mcharest@zinformatic.com> wrote in message
news:8o0ekv$218$1@inn.qnx.com

There is a sucker born every minute they say…

lxxosk@nurb.com> > wrote in message
news:D%Jo5.11662$> 4f5.5667@telenews.teleline.es> …
My parents are going to lose their home if I cannot raise $1,000 by next
week! I would appreciate if everyone could donate money to me by sending a
donation through paypal to > shocker1@nurb.com> ! If you could do this for me
I
would be so greatful! If you cant send me some money, atleast join up
under
shocker1@nurb.com > at > www.paypal.com > and I’ll get $5 for everyone who joins
under me. Please help me save my family. If you do this I’ll be eternally
greatful and will return the favor once my family gets in better financial
condition!
P.S. If you send me any money through papyal, email me afterwards and
when
I get back on my feet I’ll be glad to repay you what you lent me!

\

A.Lagolep <a.lagolep@free.fr> wrote:

Hi,

I’m designing some process structures and i would like to build them on the
same scheme that those from system processes (Proc32 ,Fsys …), and in
particular as far as IPC is concerned (Send/Receive/Trigger …).

Where could i find information (if it is possible…) about the way these
processes do (algorihtms or so…) ?

Thanks for any kind of help.

There is information in a variety of places. Rob Krten has written
a book called “Getting Started with QNX4” that is quite good for this.

There is a library framework and sample code for writing IO managers
– plugin pieces that look like a file system – that is available
for free download, try:

ftp.qnx.com:/usr/free/qnx4/os/samples/misc/iomanager.tgz

Also, the System Architecture guide, that is shipped with the
operating system, gives a very good overview of how a QNX system
hangs together.

-David

Previously, Julian Thornhill wrote in comp.os.qnx:

I need to run tcp/ip comms over an ISDN link to Svalbard. This involves a
satellite hop and thus high latencies. I gather that the effects of this can
be mitigated by messing about with window sizes.

Well, if you desire short latencies, no amount of manipulation of
window size is going to help. Making large windows will definately
help with data throughput (I think that’s what you mean by mitigate).

However, this is as far as
my knowledge goes. Can anyone point me to a suitable source of useful
information?

This is a basic data communication question. I would recommend
Data and Computer Communications by Stallings.

Also, is it possible to change the window size under QNX4
tcp/ip?

I would be surprised if it isn’t possible, however, I haven’t
personally tested it for correct operation.

Rennie

You could use a PtRaw widget, and update your image
using PgDrawImage().


Channarith Jerome Vanthin <cvanthin@wpi.edu> wrote:

I need some efficient way to display over 10,000 pixels on the
screen at once and have it refresh in real-time. I should have control
over the color of the 10,000 pixels and the ability to resize them. I
tried using widget boxes and using SetResources() to fill in the color,
but they consume too much space. I’m considering trying the RtTrend
widget or using curses, but don’t know how efficient it will be. Any
suggestions?

Channarith Vanthin


Mitchell Schoenbrun --------- maschoen@pobox.com

I want to disable Ctrl-Alt-1, 2, … on photon.
(switch in virtual screen)

Regards.
Gregory Borelli

Place in your sysinit the command line
stty +noswitch" (or +nohotkey +noboot …)
before saying “ph” to start photon.
This will disable the ability to switch consoles in text mode.

For Photon this won’t work. Here you have to place
export PHWMOPTS="-S"
before saying “ph” in startup. see more nice pwm options under
help->photon->Installation->applications->pwm.

regards
m.koehler

Gregory B. <gregoryb@irg.ca> schrieb in im Newsbeitrag:
srd3hh42ljn108@corp.supernews.com

I want to disable Ctrl-Alt-1, 2, … on photon.
(switch in virtual screen)

Regards.
Gregory Borelli

In <8peoeg$n22$1@news.ethome.net.tw>, “ªLÁn§»” <shlinho@ethome.net.tw> writes:

Hi,

I’m not sure I got the same problem you had. I have a 10GB HD.

After fiddling the the raw device with the “spatch” utility. I found that:

  1. The partition I just created is filled with wrong disk parameters.
  2. The second OS loader placed by “dinit” also report wrong disk parameters.

So I manually changed parameters in the partition table, then use “dinit” to
init the disk again, and then correct the parameters in the second loader.
That fixed the boot-up problem!

Chris

Hi Chris:

Thanks for the tip. I’ll file it in my references.

My problem (now solved: Thanks Alex!) was much simpler and entirely
caused by an oversight on my part.

Part of the problem was the diskset that I was using:

  • original QNX 4.25 installation diskset with v4.25A boot floppy.
    (Fsys.eide with >8.4GB HD support.)

This meant that I had to copy the newer version of Fsys.eide from
the floppy onto the hard drive after the installation, which I had
done.

What I forgot was that Fsys.eide is also bound into the boot image
/.boot, and that this is built during the installation using the
version on the hard drive (/bin/Fsys.eide) that came from the v4.25
archive, which will not recognize drives larger than 8.4GB.

Once that was pointed out, all I had to do was boot from the floppy
one more time, mount the hard drive and rebuild the boot image
using the new Fsys.eide I’d copied over earlier. Worked a charm. :wink:

Kevin B.

Derek Cassidy <Derek.Cassidy@cs.tcd.ie> writes:

I am currently using TCA (Task Control Architecture) for message passing

between modules (uses TCP/IP) in a program using Debian Linux. However I
will be using
some other real-time OS now and probably cannot use TCA…
is there any other similar package available for other RTOS’s ,
i.e. for QNX? .

You could use the Linux srripc kernel module to provide QNX4 message
passing behaviour, and then write your application to the QNX4 API.
That would give you source code portability between the two OSs.
QNX’s IPC (and therefore the srripc Linux module) do not have the
marshalling capabilities of TCA. They only provide the low-level
synchronous communication. It will depend on what parts of TCA you
are using.


Andrew Thomas, President, Cogent Real-Time Systems Inc.
2430 Meadowpine Boulevard, Suite 105, Mississauga, Ontario, Canada L5N 6S2
Email: andrew@cogent.ca WWW: http://www.cogent.ca

Sam, rp-pppoe won’t work under QNX since it was written for UNIX (and Linux)
and QNX is not fully UNIX compliant. I tried to compile the rp-pppoe sources
under QNX but just couldn’t there were too many unhandle kernel functiuns.
And porting the appplication would be a hughe workout!.. And we would also
need to port the Linux pppd too… So unless someones decides to do this
hughe work, the rp-pppoe client will not work under QNX… and for the
moment, I haven’t found any other PPPoE client suitable for QNX. I wish that
QNX Software Systems could make one… :slight_smile:


“Sam Roberts” <sam@cogent.ca> wrote in message
news:Voyager.000714112721.5388C@sam.cogent.ca

Previously, Chris McKillop wrote in comp.os.qnx:

Actually, it doesn’t need a custom driver but rather a converter
for io-net. I have actually thought about writing one. I still
might if I have time when I get back to Waterloo. Unfortunatly I
will only have Sympatico for 4-5 days before I move! I will see
if I can hack something (from the RFC) before hand. Maybe I
will try to find an opensource PPPoE server test it out.


Didn’t think there was such a server, but what do you know:

application: rp-pppoe 2.0
author: David F. Skoll <> dfs@roaringpenguin.com
license: GPL
category: Console/Networking
urgency: medium

homepage: > http://freshmeat.net/redir/homepage/945660195/
download: > http://freshmeat.net/redir/download/945660195/

description:
rp-pppoe is a user-mode PPPoE client and server suite. It is fully
RFC-compliant and supports cookies, relay-IDs, and multiple
simultaneous PPPoE discovery phases. It is cleanly coded and fairly
efficient. If you want to experiment with PPPoE clients and need a
PPPoE server, rp-pppoe includes one.

Changes:
Inclusion of a server as well as a client in the package, ports to
NetBSD, FreeBSD, and OpenBSD, more stringent sanity checks, a fix for a
bug in which HostUniq tag did not work if access concentrator sent a
cookie, total code reorganization, and improvements to adsl-* shell
scripts.

|> > http://freshmeat.net/news/2000/07/14/963586559.html


Sam Roberts (> sam@cogent.ca> ), Cogent Real-Time Systems (> www.cogent.ca> )
“News is very popular among its readers.” - RFC 977 (NNTP)

Hi All,

forget the Python 1.5.2 of the QRTP repository … it’s just crap.

Python 2.0b2 compiles out of the box > :slight_smile:
(remove in compile.c and marshall.c the lines ‘extern double atof()’ and
disable the mmap module in Setup … that’s all, but NEVER use ped for
editing.

id love to forget ped, id rather use CED from within UAE
alas, i cant right now, keeping in mind i can just about get my
head around ./configure and those 2 conf guess and what ever it was,
files that need to be replaced LOL, i DID manage last night to
compile the linux version of of UAE uae-0.7.6.tar.gz, its WAY to slow
as it CRAWLS even in piccasso4 modes through xPhoton though 8(
i also tryed to do the latest (more advanced and presumably faster)
linux version uae-0.8.15.tar.gz with no luck.

Hmm is this 0.7.6 straight compile for x11 i think (no switches),
also slow on a given real x11 linux machine (AMD-500/voodoo3-2000
in my case) or is this RTP beta xPhoton in need of some tweaking ?.

as a temp measure until a native JIT-UAE becomes available would
anyone like to try and compile the latest one and compare the speed
please, preferably porting it to native Photon, dan mentioned way back,
that one of the boys in qnx have already done this but i dont know
what version or were i might find it ?.

it doesnt need to be able to dial out from within RTP (the WinUAE
maps to the windows TCP/IP stack, so i can use web progs there)
but that too would be REALLY NICE, for now all i really need is to be
able to run this THOR email/news reader, CED and the odd shell
script at a good typeing/screen update speed, i beleave i could
share this WinUAE hardfile from within RTP so i could just boot to
winblows every now and then to send/receave email/news if needbe.

the regulars know me of old, perhaps one of you might find the time
for little old me, pritty please .

if i could get this UAE (Unix Amiga Emulator) run on RTP
and at a good speed (approaching or exeeding the WinUAE speed
would be great) i could stay in RTP to do vertually all of my
current work and perhaps format windows away forever LOL.


Paul May, Manchester, UK
Team Phoenix Core

“Paul May” <paul.may@mcmail.com> wrote in message
news:2163.307T168T5753630paul.may@mcmail.com

Hi All,

forget the Python 1.5.2 of the QRTP repository … it’s just crap.

Python 2.0b2 compiles out of the box > :slight_smile:
(remove in compile.c and marshall.c the lines ‘extern double atof()’ and
disable the mmap module in Setup … that’s all, but NEVER use ped for
editing.

id love to forget ped, id rather use CED from within UAE
alas, i cant right now, keeping in mind i can just about get my
head around ./configure and those 2 conf guess and what ever it was,
files that need to be replaced LOL, i DID manage last night to
compile the linux version of of UAE uae-0.7.6.tar.gz, its WAY to slow
as it CRAWLS even in piccasso4 modes through xPhoton though 8(
i also tryed to do the latest (more advanced and presumably faster)
linux version uae-0.8.15.tar.gz with no luck.


Hmm is this 0.7.6 straight compile for x11 i think (no switches),
also slow on a given real x11 linux machine (AMD-500/voodoo3-2000
in my case) or is this RTP beta xPhoton in need of some tweaking ?.

The problem is that it’s going through the Xserver layer making
this very slow indeed.

as a temp measure until a native JIT-UAE becomes available would
anyone like to try and compile the latest one and compare the speed
please, preferably porting it to native Photon, dan mentioned way back,
that one of the boys in qnx have already done this but i dont know
what version or were i might find it ?.

it doesnt need to be able to dial out from within RTP (the WinUAE
maps to the windows TCP/IP stack, so i can use web progs there)
but that too would be REALLY NICE, for now all i really need is to be
able to run this THOR email/news reader, CED and the odd shell
script at a good typeing/screen update speed, i beleave i could
share this WinUAE hardfile from within RTP so i could just boot to
winblows every now and then to send/receave email/news if needbe.

the regulars know me of old, perhaps one of you might find the time
for little old me, pritty please .

if i could get this UAE (Unix Amiga Emulator) run on RTP
and at a good speed (approaching or exeeding the WinUAE speed
would be great) i could stay in RTP to do vertually all of my
current work and perhaps format windows away forever LOL.

It’s comming…


Paul May, Manchester, UK
Team Phoenix Core

Hi Geoff, long time no see, how’s the mill going these days?

that problem will go away once you run photon on the host system - ie telnet
in and enter ‘ph’. then slay it. It needs one of the drivers running - can’t
remember which, shared library driver, but you can start it manually yourself
from the /etc/config/sysinit to prevent this problem reccurring.

In article <39BC6879.FCFF4702@bhp.com.au>,
Geoff Pincham <pincham.geoffrey.gr@bhp.com.au> wrote:

Hello news group

At the moment I have Phindows 1.2 communicating to a QNX host running
photon V113B okay. As soon as I upgraded the QNX host to Photon V114
or V114A Phindows would no longer connect to it. All other
functionality of the QNX Photon V114 appeared okay (e.g. you could
telnet to it, use it okay locally, ditto okay to another QNX host).

The following is shown on the Phindows window on startup:
Phindows - Accessing ip address
Phindows - Waiting on phrelay on ip address
Phindows - Rx ready
Phindows - Rx opened
Phindows - Preload fast cache
Phindows - Preload image cache
Phindows - Send connect
Phindows
Phindows - Rx connected

Then it seems to just hang… (At this point it should pop-up in
Phindows the QNX Photon login window.)

Reverting the QNX host from Photon V114 back to V113B got the Phindows
connection working again (without making any changes to the Phindows
setup).

Has any other Phindows user seen this problem. I would be keen to find
out how to fix this.

Regards

Geoff Pincham
pincham.geoffrey.gr@bhp.com.au

--------------1B92FDCE0F8FEE1EB24DC122
Content-Type: text/html; charset=us-ascii
Content-Transfer-Encoding: 7bit

!doctype html public “-//w3c//dtd html 4.0 transitional//en”
html
Hello news group
p>At the moment I have Phindows 1.2 communicating to a QNX host running
photon V113B okay.   As soon as I upgraded the QNX host to Photon
V114 or V114A Phindows would no longer connect to it.  All other functionality
of the QNX Photon V114 appeared okay (e.g. you could telnet to it, use
it okay locally, ditto okay to another QNX host).
p>The following is shown on the Phindows window on startup:
br>    Phindows - Accessing ip address</i
br>    Phindows - Waiting on phrelay on ip address</i
br>    Phindows - Rx ready
br>    Phindows - Rx opened
br>    Phindows - Preload fast cache
br>    Phindows - Preload image cache
br>    Phindows - Send connect
br>    Phindows
br>    Phindows - Rx connected
p>Then it seems to just hang…       
(At this point it should pop-up in Phindows the QNX Photon login window.)
p>Reverting the QNX host from Photon V114 back to V113B got the Phindows
connection working again (without making any changes to the Phindows setup).
p>Has any other Phindows user seen this problem.   I would be
keen to find out how to fix this.
br> 
p>Regards
p>Geoff Pincham
br>> pincham.geoffrey.gr@bhp.com.au> </html

--------------1B92FDCE0F8FEE1EB24DC122–


Lance Roberts
www.2000solved.com


Sent via Deja.com http://www.deja.com/
Before you buy.

armin,

there’s option that allows/disallows ped to include its specific
attributes in edited text file. you can always switch it off and use ped as
ordinary plain text editor. but personally i would prefere to see vedit
ported under qrtp then ped/vi… etc.

2all: is there plans to port vedit5 under qrtp ? i havn’t found anything
about qrtp on www.vedit.com, only qnx4 :-/

// wbr

“Armin Steinhoff” <Armin@Steinhoff_de> wrote in message
news:8r1pa807ae@drn.newsguy.com

Hi All,

for all not able to read qdn.public.qrtp.os … the best way to corrupt
your
shell scripts, C sources or make files is to edit them with ‘ped’ … so
don’t
use it for the moment.

After editing the script mW95D with ped … I got that funny result:

cat mW95D

: fs-cifs file://Armin:Armin:/D /W95D user none &

: /** PhEDIT attribute block
: 0:43:default:-3:-3:0
: ** PhEDIT attribute block ends (-0000094)**/

Execution of mW95D has also curious results …

Please see a statement from Erik:

This attribute block is created by PhEdit, to remove this feature
select “Preferences” and unselect “Save and Load Styled Text”.
The text can also be removed using vi or something else.

I can’t see it wit vi …

This is used as a information block for Ped, so it knows how you
styled the document (colors, fonts, etc). From reading Mike’s posting,
it looks like this is going to be removed or changed.

Regards

Armin

Ian M. Zagorskih
Software Developer
Novosoft CyBearNet Department
Custom software development and web design since 1992

Phone: +7 (3832) 39-72-60
Fax: +7 (3832) 39-63-58
E-mail: ianzag@novosoft.ru
For more visit http://www.novosoft.ru/

Ian M. Zagorskih <ianzag@novosoft.ru> wrote in message
news:8ra66g$26kh$1@nl.novosoft.ru

armin,

there’s option that allows/disallows ped to include its specific
attributes in edited text file. you can always switch it off and use ped
as
ordinary plain text editor. but personally i would prefere to see vedit
ported under qrtp then ped/vi… etc.

2all: is there plans to port vedit5 under qrtp ? i havn’t found anything
about qrtp on > www.vedit.com> , only qnx4 :-/

I would also like to see Vedit and Vedit Plus for QNX RTP.

Augie

// wbr

“Armin Steinhoff” <Armin@Steinhoff_de> wrote in message
news:> 8r1pa807ae@drn.newsguy.com> …

Hi All,

for all not able to read qdn.public.qrtp.os … the best way to corrupt
your
shell scripts, C sources or make files is to edit them with ‘ped’ … so
don’t
use it for the moment.

After editing the script mW95D with ped … I got that funny result:

cat mW95D

: fs-cifs file://Armin:Armin:/D /W95D user none &

: /** PhEDIT attribute block
: 0:43:default:-3:-3:0
: ** PhEDIT attribute block ends (-0000094)**/

Execution of mW95D has also curious results …

Please see a statement from Erik:

This attribute block is created by PhEdit, to remove this feature
select “Preferences” and unselect “Save and Load Styled Text”.
The text can also be removed using vi or something else.

I can’t see it wit vi …

This is used as a information block for Ped, so it knows how you
styled the document (colors, fonts, etc). From reading Mike’s posting,
it looks like this is going to be removed or changed.

Regards

Armin

Ian M. Zagorskih
Software Developer
Novosoft CyBearNet Department
Custom software development and web design since 1992

Phone: +7 (3832) 39-72-60
Fax: +7 (3832) 39-63-58
E-mail: > ianzag@novosoft.ru
For more visit > http://www.novosoft.ru/

I have the same problem, changing it in Dialer won’t help - its set to ATZ
and
stays there…

“christophe.desforges” <christophe.desforges@libertysurf.fr> wrote in
message news:8rlh0d$1hnc$1@news6.isdnet.net

Hello , everybody.

I need to change my modem dial string (ATDT to ATP*) How can i do this?

Thanks.

I’m not up to there yet,
but I have the same question,
any help greatly appreciated.

Sincerly,
Fred.

Miguel Simon wrote in message <39DE5AA4.97FAC84E@ou.edu>…

Hi…


A few questions about the following:

Is

mount -Tio-net /lib/dll/npm-qnet.so

the same as

io-net -dtulip -pqnet

?? Do I have to start ‘qnet’ before I start npm-qnet.so? If so, how do
I do this??


Basically, I need to see the QRTP machine from QNX4 machine, and vice
versa. Related to this, once all is fine, how would I address the QRTP
machine from QNX4, as //4 (provided QRTP = node4 in QNX4)?? Also, I
have a 4 node license for the QNX4 network, I suppose that we do not
need extra licenses for the QRTP network or do we??

Also, from the QNX4 machine, I update the netmap file, do my
Net.etherXXX & and I see other machines in my netmap file. The
question:

What would be the equivalent on the QRTP machine?? For example, do I
have to tell the QRTP machine who is in node1 (node 1 running QNX4) via
a netmap-like file located somewhere??

Then… I want to be able to see the QNX4 machine from QRTP.

While I understand the concepts behind the technology, I am not quite
sure how
to implement the different commands. For example, when you assume that
qnet was started… how do you do this exactly? Would I see an entry
following a ‘sin’ command? How can I tell what is running? (i.e. ‘sin’
output looks familiar, but with a different unknown flavor’.)


In specific, I need to see the QNX4 machine from the QRTP one, and vice
versa. Any help on this subject is greatly appreciated…

Thanks…

Miguel

The other way to talk to other nodes was via TCP,
but QNX network would be better and surely faster.
To talk between process via 2 nodes, instead of building a connected socket,
setup each packet and then send a message.

Fred.

“Fred” <fprog@nowhere.users.sourceforge.net> wrote in message
news:hL9F5.53452$M%3.550375@quark.idirect.com

I’m not up to there yet,
but I have the same question,
any help greatly appreciated.

The only way is via TCP/IP (socket library), FLEET and QNET are
incompatible.

Sincerly,
Fred.

Miguel Simon wrote in message <> 39DE5AA4.97FAC84E@ou.edu> >…
Hi…


A few questions about the following:

Is

mount -Tio-net /lib/dll/npm-qnet.so

the same as

io-net -dtulip -pqnet

?? Do I have to start ‘qnet’ before I start npm-qnet.so? If so, how do
I do this??


Basically, I need to see the QRTP machine from QNX4 machine, and vice
versa. Related to this, once all is fine, how would I address the QRTP
machine from QNX4, as //4 (provided QRTP = node4 in QNX4)?? Also, I
have a 4 node license for the QNX4 network, I suppose that we do not
need extra licenses for the QRTP network or do we??

Also, from the QNX4 machine, I update the netmap file, do my
Net.etherXXX & and I see other machines in my netmap file. The
question:

What would be the equivalent on the QRTP machine?? For example, do I
have to tell the QRTP machine who is in node1 (node 1 running QNX4) via
a netmap-like file located somewhere??

Then… I want to be able to see the QNX4 machine from QRTP.

While I understand the concepts behind the technology, I am not quite
sure how
to implement the different commands. For example, when you assume that
qnet was started… how do you do this exactly? Would I see an entry
following a ‘sin’ command? How can I tell what is running? (i.e. ‘sin’
output looks familiar, but with a different unknown flavor’.)


In specific, I need to see the QNX4 machine from the QRTP one, and vice
versa. Any help on this subject is greatly appreciated…

Thanks…

Miguel

The other way to talk to other nodes was via TCP,
but QNX network would be better and surely faster.
To talk between process via 2 nodes, instead of building a connected
socket,
setup each packet and then send a message.

Fred.

Previously, Mario Charest wrote in comp.os.qnx:

The only way is via TCP/IP (socket library), FLEET and QNET are
incompatible.

Mario, pls don’t confuse our poor newbies even more.
QNET is a generic term for the QNX Network. This
term was used with QNX2 and QNX4 although their
protocols are not compatible. Likewise, Neutrino’s
protocol is not compatible, and as far as I know,
it is known as QNET.

FLEET used interchangably sometimes refers to the Fast
Load-Balancing ??? technology that was first implemented
over QNET. Basically you can have more than one hardware
network, and FLEET moves data as effectively as possible
over it. It is implemented under QNX4 and presumably
Neutrino. Here is my diagram:


QNET --------------------------> QNX2 }
QNET ------->FLEET ------------> QNX4 } All incompatible
QNET ------->FLEET ------------> Neutrino }


Am I wrong on any of this?

Mitchell Schoenbrun --------- maschoen@pobox.com

“Mitchell Schoenbrun” <maschoen@pobox.com> wrote in message
news:Voyager.001012134026.18552A@schoenbrun.com

Previously, Mario Charest wrote in comp.os.qnx:

The only way is via TCP/IP (socket library), FLEET and QNET are
incompatible.

Mario, pls don’t confuse our poor newbies even more.
QNET is a generic term for the QNX Network. This
term was used with QNX2 and QNX4 although their
protocols are not compatible. Likewise, Neutrino’s
protocol is not compatible, and as far as I know,
it is known as QNET.

FLEET used interchangably sometimes refers to the Fast
Load-Balancing ??? technology that was first implemented
over QNET. Basically you can have more than one hardware
network, and FLEET moves data as effectively as possible
over it. It is implemented under QNX4 and presumably
Neutrino. Here is my diagram:


QNET --------------------------> QNX2 }
QNET ------->FLEET ------------> QNX4 } All incompatible
QNET ------->FLEET ------------> Neutrino }


Am I wrong on any of this?

That make sense to me, however under NTO I think they

call FLEET (as a load balancing) with another name.

Mitchell Schoenbrun --------- > maschoen@pobox.com