Original Posting: ----------------- If anyone one is interested. In the course of using Metakit in our products at work, we have created a Multi-threaded C++ wrapper for Metakit. It is a client/server model using ITC (inter-thread-communications) to isolate all database actions for a given a database to a single thread. The wrapper is part of my company's open source C++ library.
Update: ---------------- Over the last 18 months I have received numerous requests for help with the MT wrapper. The major complaint/defect is that the wrapper is part of much larger C++ library and is difficult to isolate and/or extract from the library. Well, enough requests came in and we figure out the logistics of maintaining a sub-set release, so now there is new subset or "compact" release that contains only the Metakit MT wrapper, its dependencies, and the example application. The compact-release (srt-compact-metakit-0.0.9d.tar.gz) can be downloaded at: http://sourceforge.net/project/showfiles.php?group_id=48957 I hope this helps. Feedback would be greatly appreciated. John T. Taylor Shift-Right Technologies, LLC. 433 Comanche Trl Lawrenceville, GA 30044 Tel: 678-344-3115 Fax: 770-736-9276 email: [EMAIL PROTECTED] url: www.shift-right.com _______________________________________________ metakit mailing list - [EMAIL PROTECTED] http://www.equi4.com/mailman/listinfo/metakit
