Code/Resource
Windows Develop
Linux-Unix program
Internet-Socket-Network
Web Server
Browser Client
Ftp Server
Ftp Client
Browser Plugins
Proxy Server
Email Server
Email Client
WEB Mail
Firewall-Security
Telnet Server
Telnet Client
ICQ-IM-Chat
Search Engine
Sniffer Package capture
Remote Control
xml-soap-webservice
P2P
WEB(ASP,PHP,...)
TCP/IP Stack
SNMP
Grid Computing
SilverLight
DNS
Cluster Service
Network Security
Communication-Mobile
Game Program
Editor
Multimedia program
Graph program
Compiler program
Compress-Decompress algrithms
Crypt_Decrypt algrithms
Mathimatics-Numerical algorithms
MultiLanguage
Disk/Storage
Java Develop
assembly language
Applications
Other systems
Database system
Embeded-SCM Develop
FlashMX/Flex
source in ebook
Delphi VCL
OS Develop
MiddleWare
MPI
MacOS develop
LabView
ELanguage
Software/Tools
E-Books
Artical/Document
README
Package: mysql-3.23.35.tar.gz [view]
Upload User: tsgydb
Upload Date: 2007-04-14
Package Size: 10674k
Code Size: 1k
Category:
MySQL
Development Platform:
Visual C++
- # $Id: README,v 11.3 2000/12/13 06:32:29 krinsky Exp $
- ex_access.c Using just the DB access methods.
- ex_btrec.c Using the BTREE access method with record numbers.
- ex_env.c Setting up the DB environment.
- ex_lock.c Locking.
- ex_mpool.c Shared memory buffer pools.
- ex_tpcb.c TPC/B.
- Ex_tpcb sets up a framework in which to run a TPC/B test.
- Database initialization (the -i flag) and running the
- benchmark (-n flag) must take place separately (i.e.,
- first create the database, then run 1 or more copies of
- the benchmark). Furthermore, when running more than one
- TPCB process, it is necessary to run the deadlock detector
- (db_deadlock), since it is possible for concurrent tpcb
- processes to deadlock. For performance measurement, it
- will also be beneficial to run the db_checkpoint process
- as well.