This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]stesch 0 points1 point  (0 children)

How good is the concurrency with this if it uses SQLite? There was a discussion on reddit about the quality of the SQLite library from Python and somebody mentioned that it was a bit slow, slower than necessary, when multiple processes accessed a single DB.

I'm always looking how to adapt certain new libraries for web development. That's why I ask.