10-31-2015, 07:11 AM
Hello and welcome to the forum
The problem here is, that the plugin system is synchronous, so every non-asynchronous read or write to the fiel system will end up blocking the server. try looking at these files:
https://github.com/cuberite/gallery/blob...torage.lua
https://github.com/cuberite/gallery/blob...SQLite.lua
These are files from the gallery plugin which also uses SQLite.
The problem here is, that the plugin system is synchronous, so every non-asynchronous read or write to the fiel system will end up blocking the server. try looking at these files:
https://github.com/cuberite/gallery/blob...torage.lua
https://github.com/cuberite/gallery/blob...SQLite.lua
These are files from the gallery plugin which also uses SQLite.