![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| High Level Programming Post questions about C, C++, Java, SQL, and other programming languages here. |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Message passing to kerenel | kathir_dz | UNIX for Advanced & Expert Users | 1 | 03-19-2008 05:52 AM |
| What are the benchmark programs for Message passing? | gkreddy | Linux Benchmarks | 0 | 10-25-2007 09:58 PM |
| cd using pipes | Sinbad | Shell Programming and Scripting | 2 | 09-09-2004 07:05 AM |
| PIPEs and Named PIPEs (FIFO) Buffer size | Jus | Filesystems, Disks and Memory | 1 | 08-20-2004 07:14 AM |
| named pipes | truma1 | Shell Programming and Scripting | 4 | 11-21-2001 09:36 AM |
|
|
Submit Tools | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
Dear All,
Would you tell me how I can passing a message along pipes? I have built a token ring connected with pipes, but I don't know how to pass the message along it through the command line... Thx. Yours, i- |
| Forum Sponsor | ||
|
|
|
#2
|
||||
|
||||
|
I'm not at all sure what you're asking.
You mention token ring. I guess that means you have two or more systems networked with token ring network adaptors? I also assume you're running TCP/IP? I'm not sure what you mean by a "pipe" with regard to token ring. As far as passing messages, assuming you're asking about network programming, you shoudl check out the sockets library man pages (i.e. sendmsg, recvmsg, etc, etc...) |
||||
| Google The UNIX and Linux Forums |