Messaging Middleware
Messaging Middleware:
A messaging server is a middleware program that handles messages that are sent for use by other programs using a messaging application program interface (API). A messaging server can usually queue and prioritize messages as needed and saves each of the client programs from having to perform these services. Messaging and messaging servers usually are organized in one or both of two models: point-to-point messaging and subscribe/publish messaging.
From: http://searchwinit.techtarget.com/gDefinition/0,294236,sid1_gci214556,00.html
Thrift
Thrift is a software framework for scalable cross-language services development. It combines a powerful software stack with a code generation engine to build services that work efficiently and seamlessly between C++, Java, Python, PHP, and Ruby.
Thrift allows you to define data types and service interfaces in a simple definition file. Taking that file as input, the compiler generates code to be used to easily build RPC clients and servers that communicate seamlessly across programming languages.
visit
Thrift
Thrift was visited : 63 times
Loading .....