Linux implementation on Solaris

I am porting some Solaris code on Linux. This code uses Solaris-specific door functions.

Is there a Linux equivalent? I found some examples, but they did not seem to be updated for many years.

http://www.rampant.org/doors

http://sourceforge.net/projects/ldoor

+4
source share
4 answers

Wiki says these are RPC and Solaris. On Linux for RPC, you can use Corba for this purpose. Googling for "Linux Corba" shows many hits.

, -, , , , - RPC (Corba, , ) . , D-Bus, -, - IPC Linux.

, . Linux man 7 unix SCM_RIGHTS.

+1

- . , . , Corba, - , . unix IPC ( ,...), , , .

+1

Linux , . - RPC. , . API.

0

, Solaris Doors Android Binder: http://elinux.org/Android_Binder

0

Source: https://habr.com/ru/post/1752057/


All Articles