Télécharger la liste

Description du projet

MUSCLE (Multi User Server Client Linking Environment) is an N-way messaging server and networking API. It includes client-side networking APIs for various languages, including C, C++, C#, Delphi, Java, and Python. MUSCLE lets programs communicate over a network via streams of serialized Message objects. The included server program ("muscled") lets its clients message each other and store information in its server-side hierarchical database. The database supports flexible queries via hierarchical wildcarding, and "live" updates via a subscription mechanism.

Système requise

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2011-12-14 12:17 Retour à la liste release
5.64

Cette version ajoute une classe SocketMultiplexer qui masque les détails de select() et poll() derrière une API plus simple et plus cohérente. Il corrige également un bogue dans Message::FindFlat() qui pourrait causer à retourner des résultats incorrects lorsque appelée sur créés localement des Messages contenant des objets référencés par le FlatCountableRef.
This release adds a SocketMultiplexer class which hides the details of select() and poll() behind a simpler and more consistent API. It also fixes a bug in Message::FindFlat() which could cause it to return incorrect results when called on locally-created Messages containing FlatCountableRef-referenced objects.

Project Resources