阅读背景:

并行线程中的数据库访问,可行的选择?

来源:互联网 

I have the following situation

我有以下情况

main()
{

   hnd = CreateTHread( func1 );

   // Call fun2()

   wait(hnd);

   return ;

}


fun2()
{
  //Access database to perform some read operation on TAble A
}


func1()
{

//Access database to perform some read operation on TAble A
// Recursive operations
}
main(



你的当前访问异常,请进行认证后继续阅读剩余内容。

分享到: