> On 16 Aug 2014, at 8:48pm, Tal Tabakman <tal.tabak...@gmail.com> wrote: > >> he question becomes "Are you running as root ? If so, do you have a >> good reason to be running as root ?" > > No, I am not running as root. I am running in one of those secure > chamber at customer site.can it be related ?
You should be finding only one geteuid() call each time SQLite tries to open a file. So either geteuid() is taking a long time to execute, or you are doing a lot of opening and closing of files. Simon. _______________________________________________ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users