Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

Using the Go language you can pretty easily get around the concurrent write issue, using channels. Data for concurrent users is written to the same channel. A routine that reads from the channel does all the writing to the SQLite database.


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: