What I'm wondering about if it's really necessary to write every second to the database. Perhaps you can rather go for a CQRS approach with an event store where you "log" your events and rely on eventual consistency to get things written to the (non)relational
database.
Grz, Kris.
Mmm I'm not sure if this will work... And also have not got a clue how to implement this
bastrix
Member
58 Points
150 Posts
Re: Connecting every 1 second to DB
Apr 30, 2012 05:52 PM|LINK
Mmm I'm not sure if this will work... And also have not got a clue how to implement this