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-02 12:02 Back to release list
5.63

Esta versión agrega soporte opcional para basar el bucle de eventos de ReflectServer alrededor de poll() en lugar de seleccionar. También facilita el par de sockets en la clase Thread opcional, agrega un par de nuevos métodos a la clase de cola y hace que la API de multidifusión habilitada de forma predeterminada.
This release adds optional support for basing the ReflectServer event loop around poll() instead of select. It also makes the socket-pair in the Thread class optional, adds a couple of new methods to the Queue class, and makes the multicast API enabled by default.

Project Resources