IPC (inter-process communication) server to connect different runtimes

Posted by wvxvw on Programmers See other posts from Programmers or by wvxvw
Published on 2013-11-02T09:18:10Z Indexed on 2013/11/02 10:11 UTC
Read the original article Hit count: 135

Couple days ago I've spoken to someone who mentioned a server product that has as its main goal the ability to create inter-runtime layer that allows sharing in-memory object between different languages. The person also described the process of creating such layer as defining a number of structs in a special way such that different languages which access the objects would have the same idea of what the data they access looks like.

Unfortunately, I forgot what this product is called, and Google didn't help me finding it so far. Would you happen to know what he was talking about?

© Programmers or respective owner

Related posts about programming-languages

Related posts about c