There is only single process:

$ fuser test.db
test.db:              3326
$ ps aux|grep 3326|grep -v grep
veter     3326 55.9  3.3 309892 278832 pts/1   Dl+  01:19  17:11
/usr/bin/tclsh8.5 ./test.tcl

And I see now:
$ ls -lh
итого 3,9G
-rw-r--r-- 1 veter veter 3,1G Июл  7 01:50 test.db
-rw-r--r-- 1 veter veter 896K Июл  7 01:51 test.db-shm
-rw-r--r-- 1 veter veter 880M Июл  7 01:51 test.db-wal
-rwxr-xr-x 1 veter veter 3,0K Июл  7 01:19 test.tcl


My test script
http://mobigroup.ru/files/test.tcl

-- 
Best regards, Alexey Pechnikov.
http://pechnikov.tel/
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to