View Poll Results: Which IPC is best for huge data transfers with client and server on same machine
- Voters
- 1. You may not vote on this poll
-
shared memory
0 0% -
pipes
0 0% -
rpc
1 100.00% -
message queues
0 0%
Multiple Choice Poll.
Results 1 to 1 of 1
Hi All,
I want to setup a server-client approach for an application.
The application has to transfer huge amount of data (~100MB)
from client to server. Both the server and ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 02-13-2009 #1Just Joined!
- Join Date
- May 2008
- Location
- India
- Posts
- 1
Best IPC for this approach
Hi All,
I want to setup a server-client approach for an application.
The application has to transfer huge amount of data (~100MB)
from client to server. Both the server and client processes may
be running on the same machine
I am considering RPC, Pipes, Shared memory appoarch.
The limitations are
1. Memory is limited on RAM -- Shared memory approach may not be suitable
2. Performance - speeds of data transfers are needed.
3. Must support more number of clients
Any suggestions which approach is more suitable...
Help appreciated,


Reply With Quote
