Latest Release 3.0.0.0
What's new in this release
- Enhancements to IOStream mode for performance.
- Refactoring code to split DataGram into various implementations.
- This version adds additional error handling around mixed elevation scenarios.
- Obsolete APIs are now removed.
- Codebase migrated to VS2010.
Note: This library is free for personal and educational use. Please ask permission before using in commercial applications and consider making a small donation.
Archive Versions
Version 2.1.0.3- Enhancements to IOStream mode for performance.
- Refactoring code to split DataGram into various implementations.
- Adding error handling around mixed elevation scenarios.
- Obsolete APIs are now removed.
- Codebase migrated to VS2010.
- Adding filter to remove duplicate MailSlot messages sent once per protocol.
- Fixes to DataGram dispose bug, causing crashing on 64bit.
- Fixing IOStream Mutex
- Fixes to ensure MailSlot read handles are closed correctly.
- Removing Mutex on MailSlot writes.
- Correcting MailSlot implementation to block rather than poll.
- Workaround for MailSlot throughput limitations to minimize dropping of messages under load
- Improving MailSlot listener to ensure MailSlot can be opened
- Improving exception handling, adding exception log to demo applications
- Increasing robustness of MailSlot implementation through retry on IO fail
- Implementation of MailSlots for IPC broadcasting as well as over a local Domain or Workgroup
- Option to broadcast messages in any mode over the local network
- Added Multi-broadcast API for broadcasting in multiple modes
- Performance enhancements
- Implementation of IDisposable on listener classes
- Mutex process synchronization on clean up of File IO
- Changed WindowsMessaging to only iterate and use top-level Windows
- Changed WindowsMessaging to use async message processing
- Added support Windows Services, Console applications
- Added concept of transport modes, and refactored API to allow additional implementations
- Implemented IOStream for IO file based communication
- Windows Services, Console applications are not supported
0 comments:
Post a Comment