Interprocess Communication with the .NET Compact Framework 1.0
To implement IPC in a .NET Compact Framework 1.0 application, a number of options are available:
- Named events
- Windows messages
- Point-to-point message queues
- TCP sockets
- Memory mapped files
- Registry
- File system
- Database
See the original article.
3 comments:
Isn't the similarity amazing :-)
http://www.danielmoth.com/Blog/2004/09/ipc-with-cf-on-ce-part-1.html
Or may be I've just memorized your post long time ago. Your blog is in my hit list ;-)
...and clearly in the hit list of the author of that article :-D
Post a Comment