I have two processes one will query other for data.There will be huge amount of queries in a limited time (10000 per second) and data (>100 mb) will be transferred per second.Type of data will be an integral type(double,int) My question is in which way to connect this process?
共享内存,消息队列,本地过程调用(LPC)或其他...
And also i want to ask which library you suggest? by the way please do not suggest MPI. edit : under windows xp 32 bit