[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

microsoft.public.dotnet.framework.sdk

Services and desktop application

Harkos

8/28/2003 1:34:00 PM

Hello everybody,

I'm creating a windows service that I want to use to sinchronize several
diferent applications. But I need to pass some messages to it without using
any form of network connection (aka. TCP/IP and NamedPipes). Could anyone
give a suggestion on how to do it?

[]'s,
Harkos


1 Answer

Dino Chiesa [MSFT]

8/28/2003 6:14:00 PM

0

shared memory?

(must be on the local machine)

example:
memory mapped files in C# :
http://www.codeproject.com/dotnet/Globa...
http://www.winterdom.com/dev/dotnet/FileMap...


You could take this one step further by using .NET remoting, and building a
custom channel, backed by, for example, memory mapped files.
eg
http://www.developersdex.com/vb/message.asp?p=2923&ID=%3COq8HN8VVDHA%2E2192%40TK2MSFTNGP10%2Eph...
http://groups.google.com/groups?hl=en&lr=lang_en&ie=UTF-8&oe=UTF-8&q=custom+channel+group%3Amicrosoft.public.dotnet.framewor....*



"Harkos" <harkos@uol.com.br> wrote in message
news:%23ZQULuWbDHA.2032@TK2MSFTNGP10.phx.gbl...
> Hello everybody,
>
> I''m creating a windows service that I want to use to sinchronize several
> diferent applications. But I need to pass some messages to it without
using
> any form of network connection (aka. TCP/IP and NamedPipes). Could anyone
> give a suggestion on how to do it?
>
> []''s,
> Harkos
>
>