syndicate-storage / syndicate

Internet-scale software-defined storage system
Apache License 2.0
56 stars 10 forks source link

Enable multiple JVM access to the Syndicate #8

Closed iychoi closed 11 years ago

iychoi commented 11 years ago

Share syndicate UG among multiple JVMs.

iychoi commented 11 years ago

To do this, jsyndicatefsjni.so library will be divided into two different programs.

jsyndicatefsdaemon : directly bind to syndicate filesystem and serves filesystem interface to clients via IPC. server program. jsyndicatefsjni : provide filesystem interface to JVM. client library.

iychoi commented 11 years ago

This issue was solved by providing IPC Server (UG)