MUSCLE 4.50 (Default branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News MUSCLE 4.50 (Default branch)
# 1  
Old 01-28-2009
MUSCLE 4.50 (Default branch)

MUSCLE (Multi User Server Client LinkingEnvironment) is an N-way messaging server andnetworking API. It includes client-side networkingAPIs for various languages, including C, C++, C#,Delphi, Java, and Python. MUSCLE lets programscommunicate over a network via streams ofserialized Message objects. The included serverprogram ("muscled") lets its clients message eachother and store information in its server-sidehierarchical database. The database supportsflexible queries via hierarchical wildcarding, and"live" updates via a subscription mechanism.License: BSD License (revised)Changes:
Many small improvements and bugfixes.Image

Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread
Login or Register to Ask a Question
SOAP::WSDL::Server::CGI(3pm)				User Contributed Perl Documentation			      SOAP::WSDL::Server::CGI(3pm)

NAME
SOAP::WSDL::Server::CGI - CGI based SOAP server SYNOPSIS
use MyServer::TestService::TestPort; my $server = MyServer::TestService::TestPort->new({ dispatch_to => 'main', transport_class => 'SOAP::WSDL::Server::CGI', # optional, default }); $server->handle(); USAGE
To use SOAP::WSDL::Server::CGI efficiently, you should first create a server interface using wsdl2perl. SOAP::WSDL::Server dispatches all calls to appropriately named methods in the class or object set via "dispatch_to". See the generated server class on details. DESCRIPTION
Lightweight CGI based SOAP server. SOAP::WSDL::Server::CGI does not provide the fancier things of CGI handling, like URL parsing, parameter extraction or the like, but provides a basic SOAP server using SOAP::WSDL::Server. METHODS
handle See synopsis above. LICENSE AND COPYRIGHT
Copyright 2004-2008 Martin Kutter. This file is part of SOAP-WSDL. You may distribute/modify it under the same terms as perl itself AUTHOR
Martin Kutter <martin.kutter fen-net.de> REPOSITORY INFORMATION
$Rev: 391 $ $LastChangedBy: kutterma $ $Id: Client.pm 391 2007-11-17 21:56:13Z kutterma $ $HeadURL: https://soap-wsdl.svn.sourceforge.net/svnroot/soap-wsdl/SOAP-WSDL/trunk/lib/SOAP/WSDL/Client.pm $ perl v5.10.1 2010-12-21 SOAP::WSDL::Server::CGI(3pm)