|
libt2n is a free Inter-process communication (IPC) library which offers a simple way for C++ applications to communicate with one another.〔 == Introduction == libt2n is an inter-process communication (IPC) system which is focused on ease of use and a minimum of code-lines needed to export and use methods. This is achieved by reducing the feature-set and relying on the serialization library developed at Boost.〔(【引用サイトリンク】url=http://www.novellshareware.com/info/libt2n.html )〕 The goals of libt2n development are: * easy to use, minimum of code-lines needed to export and use methods * handles complex C++ structures like maps of vectors, etc. * passes exceptions from the server back to the caller * easy integration into GNU Autotools and Pkg-config The limitations of the current libt2n implementation: * C++ only * Synchronous, blocking, no callbacks * no server-side objects, just functions you can call * no threads or multiple server processes for handling multiple requests at once 抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)』 ■ウィキペディアで「Libt2n」の詳細全文を読む スポンサード リンク
|