Re: syscall reference



Chapter 2 of the man pages is the reference for the C language
interface to the system. I'm a bit puzzled that a day or so ago you
were asking for help with a nearly-correct program that created and
used a pipe, and now you're asking about references to write(),
read(), and close() -- calls that your program was using correctly.

Someone else was using correctly. The skeleton of the program I picked
up from a linux site and whoever wrote the program knows the parameters
well. I can make out some from the written code. Close and pipe are pretty
self-explainatory. It's read and write I want to be sure of. And there's
about 214 other calls I don't know the parameters to.

Bill


.



Relevant Pages

  • Re: creaping coupling......
    ... but it is a more strict contract than required. ... "I am capable of implementing things via interface XYZ i.e. ... consider specifically that we compile, deploy and then we delete a method to ... IWriteable pipe = new Pipe; ...
    (comp.object)
  • Re: Aggregation of E1 interface ?
    ... >> remote router. ... >> So I'm wandering if it is possible to aggregate all those interface into ... single IMA with 8 channels looks like a 16 Mbps pipe). ...
    (comp.dcom.sys.cisco)
  • Dummynet with vlans
    ... Straight gigabit link over copper to a 6500-series cisco switch. ... Each vlan entry has it's own /29 IP address. ... pipe 440 config bw 50mbit/s ... Should I just not use the vlan interfaces, and instead go by IP on the "outside" interface? ...
    (freebsd-questions)
  • WCF und Named Pipe
    ... jemand eine andere Idee als WCF Pipe hat wäre ich dankbar. ... Dann erzeuge ich die Pipe: ... // die das Interface IInternalCom implementiert. ... Wenn der Dienst in der aktuellen Projektmappe definiert ist, ...
    (microsoft.public.de.german.entwickler.dotnet.csharp)
  • Re: Design help...an explosion of interfaces......
    ... > I have a set of class libraries that implement a pipe, pipereader, ... > pipe implementations have the same interface signatures their ... > IBufferedPipeFactory: IPipeFactory ... > IBufferedPipe CreateNewPipe(); ...
    (comp.object)