Muscle 7.41 freeware
MUSCLE has been developed, used, and refined as the networking component of BeShare, CueConsole, CueStation, and various other audio control applications at Level Control Systems (now Meyer Sound Laboratories) for over six years.
It allows (n) client programs (each of which may be running on a separate computer and/or under a different OS) to communicate with each other in a many-to-many message-passing style. ...
Author | Jeremy Friesner |
Released | 2019-08-08 |
Filesize | 2.90 MB |
Downloads | 1045 |
OS | Windows XP, Windows Vista, Windows Vista x64, Windows 7, Windows 7 x64, Windows 8, Windows 8 x64, Windows 10, Windows 10 x64 |
Installation | Instal And Uninstall |
Keywords | message system, Java library, multi-client server, message, server, Java |
Users' rating (23 rating) |
Muscle Free Download - we do not host any Muscle torrent files or links of Muscle on rapidshare.com, depositfiles.com, megaupload.com etc. All Muscle download links are direct Muscle download from publisher site or their selected mirrors.
7.41 | Aug 8, 2019 | New Release | - Added a SwapContents() method to the StringMatcher class, and also a move-constructor and a move-assignment-operator. - The CMakeLists.txt file can now take an optional -DBUILD_MUSCLED=OFF argument, for use-cases where the user wants only muscle.lib to be built and not muscled. - The Cloneable interface class now includes logic to verify that the object returned by Clone() is of the correct subclass, and will trigger an assertion-failure if it isn't. - Added a test/testclone unit-test program to test Cloneable. Moved AbstractReflectSession::GetTypeName() up into the ServerComponent superclass, and gave it a default implementation (based on RTTI) so that it no longer needs to be implemented manually by every subclass. |
6.21 | May 25, 2015 | New Release | Merged in Mika Lindqvist's patch to make the StackWalker code use less stack space Merged in Mika Linkdqvist's patches for better Cygwin compatibility Made the StackWalker code a bit more robust Merged in Mika Lindqvist's patch to the VC++12 projects to link debug builds against the MultiThreadedDebug run time library rather than the MultiThreaded library |
6.20 | Apr 28, 2015 | New Release | Added a new sub-folder besupport/admin_gui. It contains Fredrik Modeen's GUI shell for more easily running muscled under BeOS or Haiku. Added new MUSCLE-specific versions of some potentially-insecure per Microsoft) C functions to MuscleSupport.h: muscleFopen(), muscleStrcpy(), muscleStrncpy(), muscleSprintf(), and muscleSnprintf(). These get expanded out to the appropriate system-specific equivalent, so that e.g. under Windows we can use the CRT-secure Windows-only equivalents, while not having to put #ifdefs all over the code to keep it compiling elsewhere. Added Visual C++ 2013 project files, courtesy of Mika Lindqvist in the new "vc++12" subfolder) Renamed the vc++ subfolder to vc++8 to make it more obvious that the project files it contains are for Visual Studio 2008. |