ARMmaster17 / GDOTtrafficlights

A private research initiative to build a "smart" traffic light control system
Other
1 stars 1 forks source link

Logic module filesystem cache buffer #40

Closed ARMmaster17 closed 9 years ago

ARMmaster17 commented 9 years ago

Need a high-performance program that will cache filesystem read/writes to avoid hard disk redundancy and read speed interference from other programs. This will ONLY be for static street data, although it will have to be ported for SQL calls for live GPS and light status data (which should be relatively easy once this is done).

ARMmaster17 commented 9 years ago

Assigning @ARMmaster17 since @SPiZlE is out of office.

ARMmaster17 commented 9 years ago

Using one of my personal projects, will implement .gitmodules once the project is operational. Give me a few days.

ARMmaster17 commented 9 years ago

Switching to C# to make porting easier later

ARMmaster17 commented 9 years ago

Cross-dependent on issue #41