![]() |
|
|
|
|
|||||||
| 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 |
| need help with sockets | crunchyuser | High Level Programming | 1 | 6 Days Ago 01:55 AM |
| HELP!! TLI vs Sockets? | adiaconou | UNIX for Dummies Questions & Answers | 1 | 06-10-2007 09:30 PM |
| Sockets in use | kjbaumann | SUN Solaris | 1 | 07-14-2006 11:06 AM |
| sockets | kirpond | UNIX for Dummies Questions & Answers | 2 | 05-22-2006 09:57 AM |
| UDP sockets | strider | IP Networking | 2 | 03-16-2006 03:26 AM |
|
|
Submit Tools | LinkBack | Thread Tools | Display Modes |
|
|||
|
sockets...
Hi !
I had a verry simple question to ask... In unix when we create pipes.. the unnamed pipes that is... is there any way to access those pipes outside the code ? Another thing.. do sockets have an entry in the inode table ? TIA, Devyani.
__________________
Devyani |
| Forum Sponsor | ||
|
|
|
|||
|
pipes are are the mode to share data, and they are temporary files which are created. So if you know the file name u can access it from outside the code.
Depending on the system u have to check the config to find the file.
__________________
Vineeth |
|||
| Google The UNIX and Linux Forums |