Skip to content

Youpen-y/jiajia

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Next generation JIAJIA (SDSM) --- JIAJIA3.0

JIAJIA is a software distributed shared memory system that written at the beginning of the century. What makes it unique is its lock-based consistency.

As a static library, it provide some usable interfaces to programmer so that they can use it divide their task to run on multiple machines. Interfaces

What I want to do is mainly include these aspects:

  • Upgrade it so that it can be adapted to 64-bit machines
  • Redesign some interfaces to increase usability (eg. replace select IO multiplex with epoll in linux system)
  • Optimize cache design to support LRU
  • Adopt RDMA technology to redesign the whole system desing (two directions)
    • RDMA support as a extra function that can be truned on or off. It means that there are two side-by-side network protocol stacks in the system, and will use RDMA first if possible.
    • Pure RDMA (pursue extreme performance)
  • The last one need to consider is its availability (fault tolerance), consider checkpoint(store it's memory content to persistent storage periodically)

JIAJIA3.0 Interfaces

(will coming soon)

Work up to Now

  • Upgrade origin code with detailed comments
  • Remove obsolete code (functions or usages) snippets
  • Adapt it to 64bit machine (redesign msg structure)
  • Some tests (IPoIB vs traditional TCP/IP stack performance comparsion)

About

JIAJIA is a Software Distributed Shared Memory (SDSM) system

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 94.1%
  • Makefile 2.6%
  • Fortran 1.6%
  • Other 1.7%