Re: Linux>Win32 pipe comms
- From: Michael Rasmussen <mir@xxxxxxxxx>
- Date: Wed, 26 Apr 2006 19:17:46 +0200
On Wed, 26 Apr 2006 10:13:47 -0700, coyoteboyuk wrote:
kernel module to locate that pipe across a network connection. In windows
I would simply have to have the "." changed to the server name to find it
but this seems to be an area where linux varies greatly from windows.
Pipes cannot be shared across a network. Use sockets for that purpose.
--
Hilsen/Regards
Michael Rasmussen
http://keyserver.veridis.com:11371/pks/lookup?op=get&search=0xE3E80917
.
Relevant Pages
- Re: Banana Republic (was Re: OpenVMS Book Wins award)
... client ... No bollocks HTTP, SOAP, XML, Java, Garbage ... receive messages from any number of server processes who in turn could be ... Unlike TCP/IP and/or UDP Sockets with Java that have been around since ... (comp.os.vms) - Example: Socket code (Was Re: ClientServer App)
... protocol, such as HTTP, as your application middleware backbone?". ... control of the server with Flash Data Management Services?" ... just enter an asterix "*" for the Queue Name and then click ... thought was to use sockets with xml-rpc but then thought there has to ... (comp.lang.java.programmer) - Re: Asynchronous socket programming vs. remoting
... You are the first person that said I should use sockets. ... them quicker than I can load them from my harddrive using the file system. ... It scales nice too - I tried throwing 400 requests at the server in a span ... > do not need the same assembly on the client and server. ... (microsoft.public.dotnet.languages.csharp) - Re: sockets and pipes....
... > I have a master process that communicates with a whole bunch of hardware ... > I've been playing with named pipes and sockets but I can't help but think ... What we did was to have an instance of a process called an Interface Server ... I would have a process waiting for each sensor (and perhaps ... (comp.os.linux.misc) - Re: sockets and pipes....
... > I have a master process that communicates with a whole bunch of hardware ... > I've been playing with named pipes and sockets but I can't help but think ... What we did was to have an instance of a process called an Interface Server ... I would have a process waiting for each sensor (and perhaps ... (comp.os.linux.development.system) |
|