fork2_test.pl
上传用户:romrleung
上传日期:2022-05-23
资源大小:18897k
文件大小:7k
源码类别:

MySQL数据库

开发平台:

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,