Mk4tcl

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


AMG: I wish I could have a Metakit database file inside a Tcl VFS or come from a reflected channel, but the mk4tcl binding directly uses the OS-provided I/O API, not the Tcl I/O API.