Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: Bequeth Listnener

Re: Bequeth Listnener

From: Erwin Dondorp <erwindon_at_wxs.nl>
Date: Thu, 03 Feb 2000 21:49:31 +0100
Message-ID: <3899E9DB.23B6EB62@wxs.nl>


pete_karanikas_at_hotmail.com wrote:
> Seem to be having some problems with the BEQUETH listener. Just wish I
> understood it's purpose a bit better. A brief description would be
> greatly appreciated.

The TCP protocol is implemented in the kernel and can be send over

	the loopback adapter ("localhost") or a network card.
	The implementation uses sockets (see "man 2 socket").
The IPC protocol is implemented in the kernel and can send data within
	the computer. The implementation uses sockets (see "man 2 socket").
The BEQ protocol is implemented in user level only using shared memory.
	The implementation does not use sockets.

BEQ is (AFAIK) only a bit faster than IPC or TCP, but it does not show up
in the output of "netstat" or "netstat -a".

--
Erwin Dondorp
<http://www.dondorp.com/> Received on Thu Feb 03 2000 - 14:49:31 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US