Re: Using Named Pipes ?

Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance



Jarrod,
Have you considered using .NET remoting? Especially in .NET 2.0 (VS 2005),
its now easier to secure & encrypt remoting channels.

I understand the new to .NET 2.0 IpcChannel uses Named Pipes "under the
covers".

http://msdn2.microsoft.com/tz3ew9z6.aspx

Unfortunately I don't have specific links to "named pipes" implementations
in .NET 1.x.

--
Hope this helps
Jay [MVP - Outlook]
..NET Application Architect, Enthusiast, & Evangelist
T.S. Bradley - http://www.tsbradley.net


"Jarrod Morrison" <jarrodm@xxxxxxxxxxx> wrote in message
news:u39eN8KKGHA.3120@xxxxxxxxxxxxxxxxxxxxxxx
| Hi All
|
| Im looking for a way use named pipes between a service app and an app run
| when a user logs on and be able to pass string based data, im hoping that
| the service can contact the app that is running in the user session and
tell
| it a path of an app to launch as the logged on user. Does anybody know of
an
| easy way to do this or have any examples i could look at ? Any help is
| greatly appreciated
|
| Many thanks
|
|


.



Relevant Pages

  • Re: Serial Monitor
    ... Grant Edwards wrote: ... [debug serial traffic w/pipes] ... on named pipes. ... of the app to work with a named pipe. ...
    (comp.os.linux.development.apps)
  • RE: can not generate SSPI Context
    ... Try switching the protocol using the Client Network Utility to Named Pipes. ... Instead of using your vb app, you can test with the following command line ...
    (microsoft.public.sqlserver.security)
  • Re: Best IPC mechanism between managed C# and unmanaged C++
    ... Pavel Minaev wrote: ... and I generally see "Named Pipes" as the answer. ... The app in this case will only be sharing short strings for the most ... relatively easy to use as well, no matter whether you're using C++ or ...
    (microsoft.public.dotnet.languages.csharp)
  • Re: Best IPC mechanism between managed C# and unmanaged C++
    ... and I generally see "Named Pipes" as the answer. ... The app in this case will only be sharing short strings for the most ... relatively easy to use as well, no matter whether you're using C++ or ...
    (microsoft.public.dotnet.languages.csharp)
  • Re: FastMM4 - Help with shared memory ?
    ... Pierre Y. wrote: ... You might also look at named pipes. ... Their app would call your dll to send the string through the pipe. ...
    (borland.public.delphi.language.basm)