Version 11 of Mk4tcl

Updated 2005-11-23 14:15:30 by escargo

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;


[ Catagory Database | Category Package ]