the local fastest connection [message #67745] |
Wed, 16 February 2005 05:40 |
Xavier
Messages: 11 Registered: March 2002
|
Junior Member |
|
|
Which of these connections is the fastest if the client and the server are on the same server ? tcp/nmp/ipc ? How many (in percentage) is it faster than the others ?
|
|
|
Re: the local fastest connection [message #110339 is a reply to message #67745] |
Sun, 06 March 2005 01:34 |
Frank Naude
Messages: 4581 Registered: April 1998
|
Senior Member |
|
|
Hi,
IPC (Interprocess Communication) is faster than TCP/IP (Transmission Control Protocol/Internet Protocol). Look at this thread reporting that TCP/IP is about 30 times slower than IPC.
Not sure about NMP (Named Pipes), as I understand, IPC is sometimes implemented using sockets or named pipes.
Best would be to run test to determine which one is the fastest.
Best regards.
Frank
|
|
|