fork2_test.pl
Upload User: tsgydb
Upload Date: 2007-04-14
Package Size: 10674k
Code Size: 6k
Category:

MySQL

Development Platform:

Visual C++

  1. #!/usr/bin/perl -w
  2. # This is a test with uses 5 processes to insert, update and select from
  3. # two tables.
  4. # One inserts records in the tables, one updates some record in it and
  5. # the last 3 does different selects on the tables.
  6. # Er, hmmm..., something like that :^)
  7. # Modified to do crazy-join,