Sponsorised links
This year
RFC 1045 - VMTP: Versatile Message Transaction Protocol
An alternative to TCP for those who do Remote Procedure Call (RPC) daily.
First published in 1986 (ACM Sigcomm, afaik), doesn't seem to have received much support.
2008
Protocol buffers: the early reviews are in [dive into mark]
On se serait bien passé de cette propagande...
Convenience Over Correctness :: Steve Vinoski’s Blog
Excellent papier sur la programmation distribuee, RPC et REST. Tres court et facile a lire ... je le conseille fortement.
Foolscap - Trac
"Foolscap" is the name for the next-generation RPC protocol, intended to replace Perspective Broker.
RPC is dead, long life to RPC. Formerly twisted.spread
Sponsorised links
2007
Pyro - About
Pyro is short for PYthon Remote Objects. It is an advanced and powerful Distributed Object Technology system written entirely in Python, that is designed to be very easy to use.
2006
Zoundry - User Guide
Blog Platform Account Type API Used Endpoint URL and notes
Blogger.com Blogger Atom URL not required. File upload and categories are not supported. (Need FTP to host images.)
MSN Spaces MSN Spaces XML-RPC URL not required. File upload is not supported. (Need FTP to host images.). MSN Spaces allows only one category per post. Post entry date and time can not be set to a future date and time. MSN Spaces will always use the current date and time in this case.
Typepad.com Typepad Atom URL not required. Supports fileupload.
WordPress WordPress XML-RPC The URL to the xmlrpc.php. For example, http://example.com/xmlrpc.php. Supports fileupload. (File upload should be enabled via WordPress Admin page).
Zoundry: Write - Link - Tag - Post
Whether you're a beginner or active blogger, Zoundry helps you do more with your weblog: Recommend products. Drop in pictures. Tag your posts. Earn cash rewards for yourself or charities when readers buy from your recommendations.
Supported Platforms
Supported Platforms
Blogger.com Atom API
Typepad Atom API
MovableType xml-rpc
MetaWeblog xml-rpc
LiveJournal LJ xml-rpc
Blogger v1 xml-rpc
Blogger v2 xml-rpc
布罗格的烘培机-Z-Blog之XML-RPC接口(远程发布功能)测试下载
Z-Blog之XML-RPC接口(远程发布功能)测试下载
2005-9-30 11:27:14
很早之前就有人建议过Z-Blog支持MetaWeblog API,我也一直想加入这个功能,MT、WP这样的系统一直都有这个功能。因为对BlogAPI及MetaWeblog不太熟悉,加之中文资料较少,也迟迟未能动工。终于在十一之前,决心把这个接口好好做一下,真正制作时才发现其实并没什么很难的地方,刚开头的确让人摸不着头脑,理顺思路再看看API介绍就上路了。
在Blog中实现XML-RPC的标准不少,BlogAPI功能太弱,MoveableType的扩展又太多,还是MetaWeblog比较合适,WB Editor和BlogJet都有这方面的支持,所以在Z-Blog实现XML-RPC接口主要是以MetaWeblog为主,最好可以兼容MT。
下面就主要讲一下如何在WB Editor 2.0中配置并使用Z-Blog的远程发布功能:
Enable C++ applications for Web service using XML-RPC
XML-RPC is a lightweight, simple and powerful messaging protocol that enables complex XML-based communication across disparate platforms. In this article you'll see how to build your own XML-RPC-based service for C++ programs.
XML-RPC for C and C++: Overview
XML-RPC is a quick-and-easy way to make procedure calls over the Internet. It converts the procedure call into XML document, sends it to a remote server using HTTP, and gets back the response as XML.
