We are developing a system intended to perform fast message passing between CPU's involved in execution of a parallel program. There are sevral standards for message passing and many implementations. But most of this implementations use the TCP/IP stack for communication. This is inefficient for usage in small networks situated in a single ethernet domain. We are trying to bypass the TCP/IP stack. We are working on LINUX based Pentium PC's. Can we have some help.
|