Hi All,

I'm using SQLite3 with a Embedded Linux application. The problem I'm
facing is that there's a bug in the Linux kernel I'm using that the
open files counter isn't being decremented when a file descriptor is
closed. With that my application simply crashes after some time of
usage.
Because of legacy issues, I can't update the kernel version, so I'll
have to workaround this problem.

My question is if I would face any problem by opening the database
when my application starts and actually never closing it. I don't do
any access across threads.

Thanks,

-- 
Ricardo Ayres Severo <severo.rica...@gmail.com>
rasevero
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to