Download List

Descripción del Proyecto

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.

System Requirements

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 Back to release list
5.64

Esta versión agrega una clase SocketMultiplexer que oculta los detalles de select() y poll() detrás de una API más simple y más coherente. También corrige un error en la Message::FindFlat() que podría ocasionar para devolver resultados incorrectos cuando llama en creada localmente los mensajes que contengan objetos de referencia 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