On 2/28/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > [EMAIL PROTECTED] wrote: > > look i have over 600 temp file i cannot remove or delete why is this. they > > all start with sqlite_ then there is another over 600 files with 3k > > memory, > > but the sqlite_ files have ok memory > > I'm getting more and more complaints from people, like the one > above, about lots of temp file with sqlite in the name. Presumably > these are windows users. Does anybody have any idea what program > they might be running that leaves lots of sqlite_* temp files > laying around?
You might want to direct users to use www.sysinternals.com FileMon or Handle program to see which program has the files open (the Handle program is similar to linux lsof and FileMon monitors all file accesses). ProcessExplorer will also list all resources open per process. For a program that behaves that bad I would not be surprised if sqlite got to be used by some spyware/adware/trojan, etc. Best regards, ~Nuno Lucas