| Author |
Message |
ECS *nix forums beginner
Joined: 22 Feb 2005
Posts: 7
|
Posted: Thu Mar 17, 2005 5:41 am Post subject:
pipe files
|
|
|
Hi,
We have an application that works with a pipe file to get his data from/to a
RF scanning device.
I need information how a pipe works, how it is create, how to get
statistics/trace/debug information ... I don't know nothing about it and I
don't like that.;-(
Can someone point me in a direction?
Thanks |
|
| Back to top |
|
 |
Lee Witten *nix forums beginner
Joined: 19 Mar 2005
Posts: 1
|
Posted: Sat Mar 19, 2005 9:30 pm Post subject:
Re: pipe files
|
|
|
"ECS" <zand@mailinator.com> wrote in
news:423925f4$0$18005$ba620e4c@news.skynet.be:
| Quote: | Hi,
We have an application that works with a pipe file to get his data
from/to a RF scanning device.
I need information how a pipe works, how it is create, how to get
statistics/trace/debug information ... I don't know nothing about it
and I don't like that.;-(
Can someone point me in a direction?
Thanks
|
It's been a very long time since I dealt with T64, but I think
they call pipe files 'fifo's on T64.
In fact according to:
http://btrcx1.cip.uni-bayreuth.de/cgi-bin/manpages/mknod/8
you should issue:
mknod /a/b/c/d/pipe p
to create a pipe file in directory /a/b/c. |
|
| Back to top |
|
 |
ECS *nix forums beginner
Joined: 22 Feb 2005
Posts: 7
|
Posted: Mon Mar 21, 2005 7:36 am Post subject:
Re: pipe files
|
|
|
"Lee Witten" <lw99@yahoo.com> schreef in bericht
news:Xns9616B21C8E8EBnn48@199.125.85.9...
| Quote: | "ECS" <zand@mailinator.com> wrote in
news:423925f4$0$18005$ba620e4c@news.skynet.be:
Hi,
We have an application that works with a pipe file to get his data
from/to a RF scanning device.
I need information how a pipe works, how it is create, how to get
statistics/trace/debug information ... I don't know nothing about it
and I don't like that.;-(
Can someone point me in a direction?
Thanks
It's been a very long time since I dealt with T64, but I think
they call pipe files 'fifo's on T64.
In fact according to:
http://btrcx1.cip.uni-bayreuth.de/cgi-bin/manpages/mknod/8
you should issue:
mknod /a/b/c/d/pipe p
to create a pipe file in directory /a/b/c.
|
Thanks for replying.
However, I was looking for documentation/information what it is, a FIFO or
PIPE file, because I don't now nothing about it. |
|
| Back to top |
|
 |
Bob Harris *nix forums beginner
Joined: 23 Mar 2005
Posts: 39
|
Posted: Mon Mar 21, 2005 12:15 pm Post subject:
Re: pipe files
|
|
|
In article <423e86e6$0$28071$ba620e4c@news.skynet.be>,
"ECS" <zand@mailinator.com> wrote:
| Quote: | "Lee Witten" <lw99@yahoo.com> schreef in bericht
news:Xns9616B21C8E8EBnn48@199.125.85.9...
"ECS" <zand@mailinator.com> wrote in
news:423925f4$0$18005$ba620e4c@news.skynet.be:
Hi,
We have an application that works with a pipe file to get his data
from/to a RF scanning device.
I need information how a pipe works, how it is create, how to get
statistics/trace/debug information ... I don't know nothing about it
and I don't like that.;-(
Can someone point me in a direction?
Thanks
It's been a very long time since I dealt with T64, but I think
they call pipe files 'fifo's on T64.
In fact according to:
http://btrcx1.cip.uni-bayreuth.de/cgi-bin/manpages/mknod/8
you should issue:
mknod /a/b/c/d/pipe p
to create a pipe file in directory /a/b/c.
Thanks for replying.
However, I was looking for documentation/information what it is, a FIFO or
PIPE file, because I don't now nothing about it.
|
Go to a bookstore and pickup any UNIX based internals book and read the
chapter on pipes and named pipes. For all intents and purposes the
behavior of pipes are the same on all UNIX platforms.
Bob Harris |
|
| Back to top |
|
 |
Google
|
|
| Back to top |
|
 |
|