Version 14 of Mk4tcl

Updated 2006-11-11 15:54:42

The Tcl binding to the Metakit database. Doc page at [L1 ].

TEB - 22 Nov 2005: "undefined symbol: _ZTVN10_cxxabiv120_si_class_type_infoE" - Fixed in 2.4.9.5 -jcw


ken: Just want to enquire why metakit db always prompt file open when i had put on shared option for a particular file that is opened. And there is a proc a that is run every 10 s and proc b that is run afterwards all of which each proc open and close the same file A. Example is below.

Proc a {} {

 open file a 
 close file a 

after 10000 {proc a} }

proc b {} {

  open file a 
  close file a

}

main program: proc a proc b;

WK See also: mk4vfs encryption here's an old page: segfault in mk4tcl


[ Category Database | Category Package ]