isk-daemon 0.7 (Default branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News isk-daemon 0.7 (Default branch)
# 1  
Old 12-25-2008
isk-daemon 0.7 (Default branch)

Imageisk-daemon is a standalone server capable ofadding content-based (visual) image searching toany image-related Web site or software. All itsservices are exposed through an XML-RPC or SOAPinterface.License: GNU General Public License v2Changes:
This release fixes many memory leaks in the image processing code. POST+XML API calls are no longer supported (this was previously deprecated). mostPopularKeywords() has been removed. There are minor documentation improvements. In-place dependencies have been removed; everything is fetched with python setuptools now. XML-RPC is used by the Gwt admin frontend. This release returns ints on values at getDbDetailedList(). The JSON-RPC backend is no longer supported.Image

Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread
Login or Register to Ask a Question
rpc_intro(1m)															     rpc_intro(1m)

NAME
rpc_intro - Introduction to DCE RPC daemon and RPC control program commands DESCRIPTION
DCE RPC provides two administrative facilities, the RPC daemon and the RPC control program. These facilities are superceded by the DCE Host daemon (dced) and the DCE control program (dcecp) for OSF DCE version 1.1. The RPC daemon is a process that provides the Endpoint Map Service, which maintains the local endpoint map for local RPC servers and looks up endpoints for RPC clients. An endpoint is the address of a specific instance of a server executing in a particular address space on a given system (a server instance). Each endpoint can be used on a system by only one server at a time. An endpoint map is a database where servers register their binding information, including endpoints, for each of their RPC interfaces and the associated RPC objects. Each combination of binding information, interface identifier, and object UUID uses a distinct element in the local endoint map. The rpcd command starts the RPC daemon. The control program provides a set of commands for accessing the operations of the RPC name ser- vice interface (NSI). For managing endpoint maps, the control program supports showing endpoint map elements and removing any set of map elements from the local endpoint map or from any remote endpoint map. The rpccp command starts the RPC control program (RPCCP). EXIT VALUES
The RPC control program reports DCE error messages on the command line. If the command executes successfully, the internal value returned is 0 (zero); otherwise, the value is -1 (negative one). RELATED INFORMATION
Commands: dced, dcecp, rpcd(1m), rpccp(1m) Books: , , rpc_intro(1m)