gfritz / FEC-py-DB

Fritz-Eldridge-Cold (author-author-mascot) DBMS written in Python 2.7. While we do not ignore performance, we are more focused on learning HOW a DBMS works by building our own.
MIT License
0 stars 0 forks source link

Build Script #2

Open gfritz opened 10 years ago

gfritz commented 10 years ago

Create a single script which can be used to start all appropriate scripts in the right order and with the correct configurations.

gfritz commented 10 years ago

One option is to create a daemon: Creating a daemon the Python way (Python recipe)

EdgeCaseBerg commented 10 years ago

So we'd probably start up the database and dbms as a daemon. And then optionally whatever testing harness we might use? And of course launch client scripts against it.