(no title)
tkahnoski | 2 years ago
The testing cycle was the biggest pain, this was right as VirtualBox had become a thing so at least starting with a fresh system was slightly easier. (The entire company had 4 engineers + some researchers).
I think I was two years post-college as were most of my other colleagues... I'm fairly certain that product never made it out of initial trial (I left the company before it finished).
Traubenfuchs|2 years ago
That sounds horrible. Why didn't you use file based HSQLDB or H2 (or any other pure java sql DB)?
tkahnoski|2 years ago
I can't remember exactly why HSQL/H2 wasn't used but I think it had to do with fault tolerance and redundancy and what we could do with postgres replication was preferred over what we would have otherwise used SQLite for.