c++ - Any IPC Mechanisms between Java and C in Windows - Dont want Sockets -


my requirement ipc between c client , java server on windows using json strings.

just realized can't use named pipe ("\.\pipe\filename") in windows java. i'm not keen on using network based architecture, because gonna more complicated ensure security , speed.

kindly suggest shared memory/fast solution happen know?

thanks in advance :)


Comments

Popular posts from this blog

sql server - NHibernate incorrectly creating ManyToMany table - Cannot define PRIMARY KEY constraint on nullable column error -

All overlapping substrings matching a java regex -

c++ - Using OpenSSL in a multi-threaded application -