Re: is IPC really faster than TCPIP?
- From: Paul Drake <bdbafh@xxxxxxxxx>
- To: oracle-l@xxxxxxxxxxxxx
- Date: Thu, 2 Sep 2004 22:15:59 -0400
On Thu, 2 Sep 2004 20:33:26 -0500, Wolfson Larry - lwolfs
<lawrence.wolfson@xxxxxxxxxx> wrote:
> Barr, Stephen [Stephen.Barr@xxxxxxxxx]
>
> Stephen,
> One of Cary's msgs said IPC and the other mentioned BEQueath. If
> you can use BEQ it's going to be a hair faster because you don't have to go
> through the listener. But, either way, if you're processing a row at a time
> you'll be much faster with BEQ or IPC.
> Should be a no brainer. Why put traffic on your network if you
> don't have to?
> The other people on the network may appreciate it too.
> Larry
Larry,
one could use TCP on the loopback address (127.0.0.1) and not hit the network.
I usually include that as the first line in an address descriptor on a server.
just being a stickler.
Paul
> -----Original Message-----
> From: oracle-l-bounce@xxxxxxxxxxxxx
> [mailto:oracle-l-bounce@xxxxxxxxxxxxx]On Behalf Of Barr, Stephen
> Sent: Thursday, September 02, 2004 7:48 AM
> To: oracle-l@xxxxxxxxxxxxx
> Subject: RE: is IPC really faster than TCPIP?
>
> I'd be really interested in hearing the opinions of others on this - we are
> thinking of implementing IPC on the recommendations of Informatica (our ETL
> tool). We have a lot of network traffic due to the row-at-a-time processing
> in informatica.
>
> Informatica and Oracle are both on the same box.
---
To unsubscribe - mailto:oracle-l-request@xxxxxxxxxxxxx&subject=unsubscribe
To read recent messages - http://freelists.org/archives/oracle-l/09-2004
- References:
- RE: is IPC really faster than TCPIP?
- From: Wolfson Larry - lwolfs
Other related posts:
- » is IPC really faster than TCPIP?
- » RE: is IPC really faster than TCPIP?
- » Re: is IPC really faster than TCPIP?
- » RE: is IPC really faster than TCPIP?
- » RE: is IPC really faster than TCPIP?
- » Re: is IPC really faster than TCPIP?
- » RE: is IPC really faster than TCPIP?
- » RE: is IPC really faster than TCPIP?
- » RE: is IPC really faster than TCPIP?
- » RE: is IPC really faster than TCPIP?
- » Re: is IPC really faster than TCPIP?
- » RE: is IPC really faster than TCPIP?
- RE: is IPC really faster than TCPIP?
- From: Wolfson Larry - lwolfs