Skip to content

teknotry/DMMD

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DMMD

Distributed Main Memory Database

Pre-requisite Install Unix odbc,thread libaray and GTK+-2.0 library

Command to create the main server cd mainserver compile : gcc -o mainserver *.c -lpthread -lmyodbc5 -w Run ./mainserver

Command to create the intermediate server :

cd subserver gcc -o subserver *.c -w ./subserver

Create client: client is created with GTK+-2.0 so import the client directory in the GTK SDK and run .

About

Distributed Main Memory Database

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published