Re: FastMM4 - Help with shared memory ?



Pierre Y. wrote:

I have to write something to help third party vendors to send strings
to my application.

You might also look at named pipes.
Your app could have a pipe thread blocked on the named pipe (in the
dll)
Their app would call your dll to send the string through the pipe.
(Their interface would be the same as you wrote, just the internals
are different)


.



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: Using Named Pipes ?
    ... Unfortunately I don't have specific links to "named pipes" implementations ... | Im looking for a way use named pipes between a service app and an app run ...
    (microsoft.public.dotnet.languages.vb)
  • 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)