SQLite Forum

sqlite3 library functions holding off a process flow
Login
__pread() is a call into your operating system to obtain content from a file
on disk.  I don't know why it is stuck.  The SQLite terms on the stack are
all just trying to read a single page of the database file from disk into
memory.