fork2_test.pl
Upload User: romrleung
Upload Date: 2022-05-23
Package Size: 18897k
Code Size: 7k
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,